gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7952 - in libmicrohttpd/src/daemon: . https/tls


From: gnunet
Subject: [GNUnet-SVN] r7952 - in libmicrohttpd/src/daemon: . https/tls
Date: Thu, 20 Nov 2008 03:07:43 -0700 (MST)

Author: holindho
Date: 2008-11-20 03:07:43 -0700 (Thu, 20 Nov 2008)
New Revision: 7952

Modified:
   libmicrohttpd/src/daemon/daemon.c
   libmicrohttpd/src/daemon/https/tls/gnutls_global.h
Log:
fix ambiguousness


Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2008-11-20 10:06:39 UTC (rev 7951)
+++ libmicrohttpd/src/daemon/daemon.c   2008-11-20 10:07:43 UTC (rev 7952)
@@ -65,6 +65,8 @@
 #endif
 
 #if HTTPS_SUPPORT
+pthread_mutex_t MHD_gnutls_init_mutex;
+
 /**
  * Note: code duplication with code in MHD_gnutls_priority.c
  *

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_global.h
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_global.h  2008-11-20 10:06:39 UTC 
(rev 7951)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_global.h  2008-11-20 10:07:43 UTC 
(rev 7952)
@@ -28,7 +28,7 @@
 #include <libtasn1.h>
 
 /* this mutex is used to synchronize threads attemting call 
MHD__gnutls_global_init / MHD__gnutls_global_deinit */
-pthread_mutex_t MHD_gnutls_init_mutex;
+extern pthread_mutex_t MHD_gnutls_init_mutex;
 
 int MHD_gnutls_is_secure_memory (const void *mem);
 





reply via email to

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