aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-19 12:44:19 +0000
committerng0 <ng0@n0.is>2019-02-19 12:44:19 +0000
commitf262ef2888d9d25085acb27c4b6b01f560a4bae0 (patch)
tree97154a2d129e9d3ac9af46b4ca930a5e5963aaa3 /src/gns
parent2f9e78d0db73fa953f4f542f3fbc9ddf2c9e260f (diff)
downloadgnunet-f262ef2888d9d25085acb27c4b6b01f560a4bae0.tar.gz
gnunet-f262ef2888d9d25085acb27c4b6b01f560a4bae0.zip
fix typo
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 7d343e7ff..cc633698b 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -98,7 +98,7 @@ xOPENSSL=$(shell which openssl)
98do_subst_openssl = $(SED) -e 's,[@]OPENSSLBIN[@],${xOPENSSL},g' 98do_subst_openssl = $(SED) -e 's,[@]OPENSSLBIN[@],${xOPENSSL},g'
99endif 99endif
100 100
101if HAVE_NSS 101if HAVE_CERTUTIL
102xCERTUTIL=$(shell which certutil) 102xCERTUTIL=$(shell which certutil)
103do_subst_certutil = $(SED) -e 's,[@]CERTUTILBIN[@],${xCERTUTIL},g' 103do_subst_certutil = $(SED) -e 's,[@]CERTUTILBIN[@],${xCERTUTIL},g'
104endif 104endif
@@ -111,7 +111,7 @@ gnunet-gns-proxy-setup-ca: gnunet-gns-proxy-setup-ca.in
111 ifeq ($(HAVE_OPENSSL), 1) 111 ifeq ($(HAVE_OPENSSL), 1)
112 $(do_subst_openssl) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca 112 $(do_subst_openssl) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
113 endif 113 endif
114 ifeq ($(HAVE_OPENSSL), 1) 114 ifeq ($(HAVE_CERTUTIL), 1)
115 $(do_subst_certutil) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca 115 $(do_subst_certutil) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
116 endif 116 endif
117 chmod +x gnunet-gns-proxy-setup-ca 117 chmod +x gnunet-gns-proxy-setup-ca