aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-10 12:45:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-10 12:45:22 +0000
commit114bc2dd1ed07e67fba0fae4e092afee681e5d54 (patch)
treef4cbc18f7c56aec6523ed957f39f1a92c143169c /src/transport/plugin_transport_http_client.c
parentf3c3d75c394f6840f13de52d605ae429eed70616 (diff)
downloadgnunet-114bc2dd1ed07e67fba0fae4e092afee681e5d54.tar.gz
gnunet-114bc2dd1ed07e67fba0fae4e092afee681e5d54.zip
session report in http server
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 365a3c2bd..1f5da48a2 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -25,9 +25,11 @@
25 */ 25 */
26 26
27#if BUILD_HTTPS 27#if BUILD_HTTPS
28#define PLUGIN_NAME "https_client"
28#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_client_init 29#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_client_init
29#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_https_client_done 30#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_https_client_done
30#else 31#else
32#define PLUGIN_NAME "http_client"
31#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_http_client_init 33#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_http_client_init
32#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_http_client_done 34#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_http_client_done
33#endif 35#endif