aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-12 20:26:24 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-12 20:26:24 +0000
commit7f066040d65610235f02da2b64c526e75eb54a05 (patch)
treecafdba2cc26bb0fc399628c72eba648688edbfba /src/include/gnunet_common.h
parent9371fa2437cdac5abe624670b528da859a0a0025 (diff)
downloadgnunet-7f066040d65610235f02da2b64c526e75eb54a05.tar.gz
gnunet-7f066040d65610235f02da2b64c526e75eb54a05.zip
revert to MHD_USE_SSL for now
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 4a5051c53..dcd0c6056 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -68,11 +68,6 @@ extern "C"
68 */ 68 */
69#define GNUNET_UTIL_VERSION 0x000A0101 69#define GNUNET_UTIL_VERSION 0x000A0101
70 70
71/* support old MHD versions */
72#ifndef MHD_USE_TLS
73#define MHD_USE_TLS MHD_USE_SSL
74#endif
75
76 71
77/** 72/**
78 * Named constants for return values. The following invariants hold: 73 * Named constants for return values. The following invariants hold: