gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: clarify


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: clarify
Date: Sat, 22 Jun 2019 10:48:18 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new eefff3174 clarify
eefff3174 is described below

commit eefff3174755acd508c8f27a31470631cc175c57
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Jun 22 10:47:24 2019 +0200

    clarify
---
 src/gns/gnunet-gns-proxy-setup-ca.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in 
b/src/gns/gnunet-gns-proxy-setup-ca.in
index d0c4b8773..f6ccdbe26 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -139,7 +139,7 @@ generate_ca()
     OPENSSL=0
     if test -z "`gnutls-certtool --version`" > /dev/null
     then
-      #TODO sometimes certtools is gnutls, sometimes openssl :/
+      # We only support gnutls certtool for now
       if test -z "`certtool --version | grep gnutls`" > /dev/null
       then
         warningmsg "'gnutls-certtool' or 'certtool' command not found. Trying 
openssl."
@@ -147,7 +147,7 @@ generate_ca()
         then
           $OPENSSL=1
         else
-          warningmsg "Install either gnutls certtool or openssl for 
certificate generation!"
+          warningmsg "Install either gnutls erttool or openssl for certificate 
generation!"
           infomsg    "Cleaning up."
           rm -f $GNSCAKY $GNSCERT
           exit 1

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]