void-packages/srcpkgs/umurmur/patches/remove-crypto-mem-ctrl.patch

17 lines
368 B
Diff

From: https://git.alpinelinux.org/aports/plain/main/umurmur/remove-crypto-mem-ctrl.patch
fix build with OpenSSL 3
--- umurmur-0.2.20.orig/src/ssli_openssl.c
+++ umurmur-0.2.20/src/ssli_openssl.c
@@ -142,8 +142,6 @@
Log_info("Generating new server certificate.");
- CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
-
x509 = X509_new();
if (!x509)
goto err_out;