aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_https.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_https.c')
-rw-r--r--src/transport/plugin_transport_https.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_https.c b/src/transport/plugin_transport_https.c
index 1d90c77f1..ab39eb046 100644
--- a/src/transport/plugin_transport_https.c
+++ b/src/transport/plugin_transport_https.c
@@ -370,7 +370,7 @@ struct Plugin
370 370
371 /* The private key MHD uses as an \0 terminated string */ 371 /* The private key MHD uses as an \0 terminated string */
372 char * key; 372 char * key;
373 373
374 char * crypto_init; 374 char * crypto_init;
375}; 375};
376 376
@@ -2462,7 +2462,7 @@ libgnunet_plugin_transport_https_init (void *cls)
2462 plugin->bind4_address = NULL; 2462 plugin->bind4_address = NULL;
2463 } 2463 }
2464 } 2464 }
2465 2465
2466 /* Get crypto init string from config */ 2466 /* Get crypto init string from config */
2467 if (GNUNET_CONFIGURATION_have_value (env->cfg, 2467 if (GNUNET_CONFIGURATION_have_value (env->cfg,
2468 "transport-https", "CRYPTO_INIT")) 2468 "transport-https", "CRYPTO_INIT"))