mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-09 15:51:45 +02:00
12 lines
251 B
Diff
12 lines
251 B
Diff
--- 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;
|