opnsense-ports/databases/mariadb106-server/files/patch-mysys__ssl_openssl.c
Franco Fichtner b3c5bb6002 */*: sync with upstream
Taken from: FreeBSD
2024-03-20 08:52:32 +01:00

14 lines
278 B
C

--- mysys_ssl/openssl.c.orig 2024-02-01 17:44:37 UTC
+++ mysys_ssl/openssl.c
@@ -30,6 +30,11 @@ int check_openssl_compatibility()
{
return 0;
}
+#elif defined(LIBRESSL_VERSION_NUMBER)
+int check_openssl_compatibility()
+{
+ return 1;
+}
#else
#include <openssl/evp.h>