gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38130 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r38130 - gnunet/src/include
Date: Wed, 12 Oct 2016 17:34:23 +0200

Author: grothoff
Date: 2016-10-12 17:34:23 +0200 (Wed, 12 Oct 2016)
New Revision: 38130

Modified:
   gnunet/src/include/gnunet_common.h
Log:
-work around MHD_USE_TLS not being in old MHD versions

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2016-10-11 20:33:05 UTC (rev 38129)
+++ gnunet/src/include/gnunet_common.h  2016-10-12 15:34:23 UTC (rev 38130)
@@ -68,7 +68,12 @@
  */
 #define GNUNET_UTIL_VERSION 0x000A0101
 
+/* support old MHD versions */
+#ifndef MHD_USE_TLS
+#define MHD_USE_TLS MHD_USE_SSL
+#endif
 
+
 /**
  * Named constants for return values.  The following invariants hold:
  * `GNUNET_NO == 0` (to allow `if (GNUNET_NO)`) `GNUNET_OK !=




reply via email to

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