12 lines
335 B
Text
12 lines
335 B
Text
Index: buckets/ssl_buckets.c
|
|
--- buckets/ssl_buckets.c.orig
|
|
+++ buckets/ssl_buckets.c
|
|
@@ -1156,7 +1156,7 @@ static void init_ssl_libraries(void)
|
|
}
|
|
#endif
|
|
|
|
-#ifdef USE_OPENSSL_1_1_API
|
|
+#if defined(USE_OPENSSL_1_1_API) && !defined(LIBRESSL_VERSION_NUMBER)
|
|
OPENSSL_malloc_init();
|
|
#else
|
|
CRYPTO_malloc_init();
|