aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in4
1 files 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()
139 OPENSSL=0 139 OPENSSL=0
140 if test -z "`gnutls-certtool --version`" > /dev/null 140 if test -z "`gnutls-certtool --version`" > /dev/null
141 then 141 then
142 #TODO sometimes certtools is gnutls, sometimes openssl :/ 142 # We only support gnutls certtool for now
143 if test -z "`certtool --version | grep gnutls`" > /dev/null 143 if test -z "`certtool --version | grep gnutls`" > /dev/null
144 then 144 then
145 warningmsg "'gnutls-certtool' or 'certtool' command not found. Trying openssl." 145 warningmsg "'gnutls-certtool' or 'certtool' command not found. Trying openssl."
@@ -147,7 +147,7 @@ generate_ca()
147 then 147 then
148 $OPENSSL=1 148 $OPENSSL=1
149 else 149 else
150 warningmsg "Install either gnutls certtool or openssl for certificate generation!" 150 warningmsg "Install either gnutls erttool or openssl for certificate generation!"
151 infomsg "Cleaning up." 151 infomsg "Cleaning up."
152 rm -f $GNSCAKY $GNSCERT 152 rm -f $GNSCAKY $GNSCERT
153 exit 1 153 exit 1