gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13572 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r13572 - gnunet/src/transport
Date: Fri, 5 Nov 2010 22:57:00 +0100

Author: grothoff
Date: 2010-11-05 22:57:00 +0100 (Fri, 05 Nov 2010)
New Revision: 13572

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:
fix

Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-11-05 21:54:44 UTC 
(rev 13571)
+++ gnunet/src/transport/plugin_transport_http.c        2010-11-05 21:57:00 UTC 
(rev 13572)
@@ -41,13 +41,13 @@
 #include <curl/curl.h>
 
 #if BUILD_HTTPS
-#define LIBGNUNET_PLUGIN_TRANSPORT_INIT 
libgnunet_gnunet_transport_plugin.https_init
-#define LIBGNUNET_PLUGIN_TRANSPORT_DONE 
libgnunet_gnunet_transport_plugin.https_done
+#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init
+#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_https_done
 #define LIBGNUNET_PLUGIN_TRANSPORT_COMPONENT transport_https
 #define PROTOCOL_PREFIX "https"
 #else
-#define LIBGNUNET_PLUGIN_TRANSPORT_INIT 
libgnunet_gnunet_transport_plugin.http_init
-#define LIBGNUNET_PLUGIN_TRANSPORT_DONE 
libgnunet_gnunet_transport_plugin.http_done
+#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_http_init
+#define LIBGNUNET_PLUGIN_TRANSPORT_DONE libgnunet_plugin_transport_http_done
 #define LIBGNUNET_PLUGIN_TRANSPORT_COMPONENT transport_http
 #define PROTOCOL_PREFIX "http"
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]