libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit d539ee837bed175b3410be1c702b69ba64bc3f29
parent 6fe9f6e9b6e556d2fb382681701c0412e19b40ed
Author: Evgeny Grin <k2k@drgrin.dev>
Date:   Thu, 15 May 2025 13:31:29 +0300

mhd_tls_choice.h: fixed use with GnuTLS disabled and OpenSSL enabled

Patch by Ayush Dey

Diffstat:
Msrc/mhd2/mhd_tls_choice.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/mhd_tls_choice.h b/src/mhd2/mhd_tls_choice.h @@ -83,7 +83,7 @@ /** * Return non-zero if OpenSSL is supported */ -#define mhd_TLS_OPEN_IS_SUPPORTED() (! ! mhd_TLS_GNU_ENABLED) +#define mhd_TLS_OPEN_IS_SUPPORTED() (! ! mhd_TLS_OPEN_ENABLED) /** * Defined to the number of enabled TLS backends