libmicrohttpd2

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

commit 2cd761a15e0d7705575028df37f8ea3253ba7a7e
parent 8f0d993784c400462e353a7fc47cf9d9a1aeaf6d
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Thu, 11 Dec 2025 16:01:17 +0100

mhd_tls_choice.h: fixed copy-paste error in doxy

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 @@ -93,7 +93,7 @@ # define mhd_TLS_OPEN_ENABLED (1) #else /** - * Defined to one if GnuTLS is enabled at build time or to zero if not enabled + * Defined to one if OpenSSL is enabled at build time or to zero if not enabled */ # define mhd_TLS_OPEN_ENABLED (0) #endif