aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-19 13:13:03 +0000
committerng0 <ng0@n0.is>2019-02-19 13:13:03 +0000
commit4afdc64fbb5e9189e9d7a1bc9a1e2a419af68968 (patch)
treed95f9b865893bdb8d7f04d2baee2d31442bcf46e /src/gns/gnunet-gns-proxy-setup-ca.in
parent627abb89b8a9b25d57a06c913cc14d3e90013320 (diff)
downloadgnunet-4afdc64fbb5e9189e9d7a1bc9a1e2a419af68968.tar.gz
gnunet-4afdc64fbb5e9189e9d7a1bc9a1e2a419af68968.zip
revert sed and fix a typo
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index cd3be5cea..00fc2d227 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -11,8 +11,9 @@ then
11 exit 1 11 exit 1
12fi 12fi
13 13
14OPENSSLBIN=@OPENSSL@ 14# Keep it simple so that people can install the tools later on.
15CERTUTILBIN=@CERTUTIL@ 15OPENSSLBIN=openssl
16CERTUTILBIN=certutil
16 17
17echo "Generating CA" 18echo "Generating CA"
18options='' 19options=''