aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 10:05:26 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 10:05:26 +0100
commit756799b50daeaaec1dc0594f1506d83bbef7d4b5 (patch)
treee8a568b3318669537e5c799478703a2cf0ed4396 /src/gns/gnunet-gns-proxy-setup-ca.in
parent4a1e326038f86f496af3a33c3786253fe80cdf0a (diff)
downloadgnunet-756799b50daeaaec1dc0594f1506d83bbef7d4b5.tar.gz
gnunet-756799b50daeaaec1dc0594f1506d83bbef7d4b5.zip
fix build system to actually handle openssl.cnf properly
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index 55a60e544..0a6fab18a 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -3,7 +3,7 @@
3# and install it (for both GNUnet and your browser). 3# and install it (for both GNUnet and your browser).
4# 4#
5 5
6OPENSSLCFG=@PREFIX@ 6OPENSSLCFG=@pkgdatadir@/openssl.cnf
7if ! which openssl > /dev/null 7if ! which openssl > /dev/null
8then 8then
9 echo "'openssl' command not found. Please install it." 9 echo "'openssl' command not found. Please install it."