gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22669 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r22669 - gnunet/src/gns
Date: Sun, 15 Jul 2012 01:07:50 +0200

Author: schanzen
Date: 2012-07-15 01:07:50 +0200 (Sun, 15 Jul 2012)
New Revision: 22669

Modified:
   gnunet/src/gns/Makefile.am
   gnunet/src/gns/gnunet-gns-proxy.c
Log:
-fix

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-07-14 22:54:38 UTC (rev 22668)
+++ gnunet/src/gns/Makefile.am  2012-07-14 23:07:50 UTC (rev 22669)
@@ -60,7 +60,8 @@
   test_gns_dht_threepeer \
        test_gns_cname_lookup \
        test_gns_ns_lookup \
-       test_gns_revocation
+       test_gns_revocation \
+       test_gns_proxy
 
 
 #  test_gns_simple_lookup
@@ -71,6 +72,19 @@
 plugin_LTLIBRARIES = \
   libgnunet_plugin_block_gns.la
 
+test_gns_proxy_SOURCES = \
+  test_gns_proxy.c
+test_gns_proxy_LDADD = -lmicrohttpd @LIBCURL@ \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la \
+  $(top_builddir)/src/gns/libgnunetgns.la \
+  $(top_builddir)/src/testing/libgnunettesting.la
+test_gns_proxy_DEPENDENCIES = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la \
+  $(top_builddir)/src/gns/libgnunetgns.la \
+  $(top_builddir)/src/testing/libgnunettesting.la
+
 test_gns_dht_threepeer_SOURCES = \
   test_gns_dht_threepeer.c
 test_gns_dht_threepeer_LDADD = \

Modified: gnunet/src/gns/gnunet-gns-proxy.c
===================================================================
--- gnunet/src/gns/gnunet-gns-proxy.c   2012-07-14 22:54:38 UTC (rev 22668)
+++ gnunet/src/gns/gnunet-gns-proxy.c   2012-07-14 23:07:50 UTC (rev 22669)
@@ -3121,6 +3121,8 @@
     }
     cafile = cafile_cfg;
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Using %s as CA\n", cafile);
   
   gnutls_global_init ();
   gnutls_x509_crt_init (&proxy_ca.cert);




reply via email to

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