From: Christian Grothoff Date: Wed, 12 Oct 2016 15:34:23 +0000 (+0000) Subject: -work around MHD_USE_TLS not being in old MHD versions X-Git-Tag: initial-import-from-subversion-38251~122 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15c9fcd0f8110e515da3a34aaa6ac2778ff4cfb6;p=oweals%2Fgnunet.git -work around MHD_USE_TLS not being in old MHD versions --- diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index dcd0c6056..4a5051c53 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -68,6 +68,11 @@ extern "C" */ #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: