From: Martin Schanzenbach Date: Sat, 14 Jul 2012 23:07:50 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~12490 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0fee351877c8b33fa2c029817f0e7780ed9e221a;p=oweals%2Fgnunet.git -fix --- diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index f72a5dc43..c91b26ceb 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -60,7 +60,8 @@ check_PROGRAMS = \ 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 @@ check_PROGRAMS = \ 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 = \ diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 03d08cd6b..1897c4f0b 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -3121,6 +3121,8 @@ run (void *cls, char *const *args, const char *cfgfile, } 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);