commit 36189df21ed32c49da8ef684a2655c6e63870deb
parent c07e25736a9c3b3364d891ecb8e2b27ad5a1726a
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Tue, 16 Dec 2025 15:56:05 +0100
OpenSSL backend: fixed copy-paste error in the compiler message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/tls_open_tls_lib.h b/src/mhd2/tls_open_tls_lib.h
@@ -48,7 +48,7 @@
#include "mhd_sys_options.h"
#ifndef MHD_SUPPORT_OPENSSL
-#error This header can be used only if GnuTLS is enabled
+#error This header can be used only if OpenSSL is enabled
#endif
/* Declare compatibility with OpenSSL versions >= 3.0 */