commit 426b18be36994f7de2f6422a08f7f47766300571
parent 68904e36dc3eff00ef3c076d1c9047be766ab63e
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Fri, 19 Dec 2025 10:59:43 +0100
OpenSSL backend: clarification in error message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/tls_open_funcs.h b/src/mhd2/tls_open_funcs.h
@@ -53,7 +53,7 @@
/* Sanity check */
#ifndef mhd_HAVE_TLS_THREAD_CLEANUP
-#error mhd_HAVE_TLS_THREAD_CLEANUP macro must be defined
+#error mhd_HAVE_TLS_THREAD_CLEANUP macro must be defined when OpenSSL is used
#endif
#include "sys_bool_type.h"