You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/umurmur/files/umurmur-0.2.20-openssl3.patch

12 lines
246 B

--- umurmur-0.2.20/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;