gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 06


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 06867e0f11193f550038e3c2875130d46666aaac
Date: Wed, 12 Oct 2016 22:26:02 +0200 (CEST)

The branch, master has been updated
       via  06867e0f11193f550038e3c2875130d46666aaac (commit)
      from  d2a7648847ae4c4520ba34bb1879f68219717139 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 06867e0f11193f550038e3c2875130d46666aaac
Author: Christian Grothoff <address@hidden>
Date:   Wed Oct 12 22:25:43 2016 +0200

    do not deprecate so quickly, otherwise we get compilation issues

-----------------------------------------------------------------------

Summary of changes:
 src/include/microhttpd.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 1d160da..6607f86 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -541,11 +541,15 @@ enum MHD_FLAG
    * Run in HTTPS mode.  The modern protocol is called TLS.
    */
   MHD_USE_TLS = 2,
+  MHD_USE_SSL = 2,
 
+#if 0
+  /* let's do this later once versions that define MHD_USE_TLS a more widely 
deployed. */
   /** @deprecated */
 #define MHD_USE_SSL \
   _MHD_DEPR_IN_MACRO("Value MHD_USE_SSL is deprecated, use MHD_USE_TLS") \
   MHD_USE_TLS
+#endif
 
   /**
    * Run using one thread per connection.


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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