aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 2 insertions, 0 deletions
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,
3121 } 3121 }
3122 cafile = cafile_cfg; 3122 cafile = cafile_cfg;
3123 } 3123 }
3124 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3125 "Using %s as CA\n", cafile);
3124 3126
3125 gnutls_global_init (); 3127 gnutls_global_init ();
3126 gnutls_x509_crt_init (&proxy_ca.cert); 3128 gnutls_x509_crt_init (&proxy_ca.cert);