gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7767 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r7767 - libmicrohttpd/src/daemon/https/tls
Date: Sun, 12 Oct 2008 16:14:51 -0600 (MDT)

Author: grothoff
Date: 2008-10-12 16:14:51 -0600 (Sun, 12 Oct 2008)
New Revision: 7767

Modified:
   libmicrohttpd/src/daemon/https/tls/ext_oprfi.c
Log:
ifdef

Modified: libmicrohttpd/src/daemon/https/tls/ext_oprfi.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/ext_oprfi.c      2008-10-12 22:12:05 UTC 
(rev 7766)
+++ libmicrohttpd/src/daemon/https/tls/ext_oprfi.c      2008-10-12 22:14:51 UTC 
(rev 7767)
@@ -69,6 +69,7 @@
   return 0;
 }
 
+#if MHD_DEBUG_TLS
 static int
 oprfi_recv_client (MHD_gtls_session_t session,
                    const opaque * data, size_t _data_size)
@@ -110,6 +111,7 @@
 
   return 0;
 }
+#endif
 
 int
 MHD_gtls_oprfi_recv_params (MHD_gtls_session_t session,
@@ -123,6 +125,7 @@
     return oprfi_recv_server (session, data, data_size);
 }
 
+#if MHD_DEBUG_TLS
 static int
 oprfi_send_client (MHD_gtls_session_t session, opaque * data,
                    size_t _data_size)
@@ -144,6 +147,7 @@
 
   return 2 + oprf_size;
 }
+#endif
 
 static int
 oprfi_send_server (MHD_gtls_session_t session, opaque * data,





reply via email to

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