aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-06-16 14:29:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-06-16 14:29:53 +0000
commit81d3fe28ab2acc5b9aa32abd74faa18a02d02927 (patch)
treecc79e940a6c6e48151fdd7919923eedbda7f7243 /src/transport/plugin_transport_http.c
parente6711956202906f06041af26590ce9e5bfa63352 (diff)
downloadgnunet-81d3fe28ab2acc5b9aa32abd74faa18a02d02927.tar.gz
gnunet-81d3fe28ab2acc5b9aa32abd74faa18a02d02927.zip
changes to tests
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 362851796..ba58f9ea7 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -3147,7 +3147,7 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
3147 if (GNUNET_CONFIGURATION_have_value (env->cfg, 3147 if (GNUNET_CONFIGURATION_have_value (env->cfg,
3148 "transport-https", "KEY_FILE")) 3148 "transport-https", "KEY_FILE"))
3149 { 3149 {
3150 GNUNET_CONFIGURATION_get_value_string (env->cfg, 3150 GNUNET_CONFIGURATION_get_value_filename (env->cfg,
3151 "transport-https", 3151 "transport-https",
3152 "KEY_FILE", 3152 "KEY_FILE",
3153 &key_file); 3153 &key_file);
@@ -3158,7 +3158,7 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
3158 /* Get private key file from config */ 3158 /* Get private key file from config */
3159 if (GNUNET_CONFIGURATION_have_value (env->cfg,"transport-https", "CERT_FILE")) 3159 if (GNUNET_CONFIGURATION_have_value (env->cfg,"transport-https", "CERT_FILE"))
3160 { 3160 {
3161 GNUNET_CONFIGURATION_get_value_string (env->cfg, 3161 GNUNET_CONFIGURATION_get_value_filename (env->cfg,
3162 "transport-https", 3162 "transport-https",
3163 "CERT_FILE", 3163 "CERT_FILE",
3164 &cert_file); 3164 &cert_file);