libmicrohttpd2

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

commit 1a484eda61b713fa2105bd570c86c8a085adfa67
parent 49afeb465cd01889b73e13027bed6c1c865478e1
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sat, 29 Nov 2025 20:09:35 +0100

configure: missing parts for external SHA-512/256

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -6301,7 +6301,7 @@ choke me now MSG_TLS_BACKENDS="${MSG_TLS_BACKENDS}mbedTLS" ] ) -AS_VAR_IF([multiple_tls],["yes"], + AS_VAR_IF([multiple_tls],["yes"], [ MSG_HTTPS="yes (multiple backends)" AC_DEFINE([mhd_HAVE_SEVERAL_TLS_BACKENDS],[1],[Define to '1' if several TLS backend are linked]) @@ -8886,7 +8886,7 @@ AS_IF([test "x$enable_basic_auth" != "xyes" || \ test "x$enable_digest_auth" != "xyes" || \ test "x${enable_md5}" = "xno" || \ test "x${enable_sha256}" = "xno" || \ - test "x${enable_sha512_256}" != "xyes" || \ + test "x${enable_sha512_256}" = "xno" || \ test "x${USE_THREADS}" = "xnone" || \ test "x$enable_httpupgrade" != "xyes" || \ test "x$enable_cookie" != "xyes" || \