gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix typo
Date: Tue, 19 Feb 2019 13:44:27 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f262ef288 fix typo
f262ef288 is described below

commit f262ef2888d9d25085acb27c4b6b01f560a4bae0
Author: ng0 <address@hidden>
AuthorDate: Tue Feb 19 12:44:19 2019 +0000

    fix typo
---
 src/gns/Makefile.am | 4 ++--
 1 file 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)
 do_subst_openssl = $(SED) -e 's,address@hidden@],${xOPENSSL},g'
 endif
 
-if HAVE_NSS
+if HAVE_CERTUTIL
 xCERTUTIL=$(shell which certutil)
 do_subst_certutil = $(SED) -e 's,address@hidden@],${xCERTUTIL},g'
 endif
@@ -111,7 +111,7 @@ gnunet-gns-proxy-setup-ca: gnunet-gns-proxy-setup-ca.in
        ifeq ($(HAVE_OPENSSL), 1)
                $(do_subst_openssl) < 
$(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
        endif
-       ifeq ($(HAVE_OPENSSL), 1) 
+       ifeq ($(HAVE_CERTUTIL), 1) 
                $(do_subst_certutil) < 
$(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
        endif 
        chmod +x gnunet-gns-proxy-setup-ca

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]