From 4afdc64fbb5e9189e9d7a1bc9a1e2a419af68968 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 19 Feb 2019 13:13:03 +0000 Subject: revert sed and fix a typo --- src/gns/gnunet-gns-proxy-setup-ca.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in') 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 exit 1 fi -OPENSSLBIN=@OPENSSL@ -CERTUTILBIN=@CERTUTIL@ +# Keep it simple so that people can install the tools later on. +OPENSSLBIN=openssl +CERTUTILBIN=certutil echo "Generating CA" options='' -- cgit v1.2.3