mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
umurmur: fix compilation with OpenSSL 3.0
Remove a call to CRYPTO_mem_ctrl(), which is used only for debugging, Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
bbdb2bb2ee
commit
0877c11082
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=umurmur
|
||||
PKG_VERSION:=0.2.20
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/umurmur/umurmur/tar.gz/$(PKG_VERSION)?
|
||||
|
11
net/umurmur/patches/010-umurmur-0.2.20-openssl3.patch
Normal file
11
net/umurmur/patches/010-umurmur-0.2.20-openssl3.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/ssli_openssl.c
|
||||
+++ b/src/ssli_openssl.c
|
||||
@@ -142,8 +142,6 @@ static EVP_PKEY *SSL_generate_cert_and_k
|
||||
|
||||
Log_info("Generating new server certificate.");
|
||||
|
||||
- CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
|
||||
-
|
||||
x509 = X509_new();
|
||||
if (!x509)
|
||||
goto err_out;
|
Loading…
Reference in New Issue
Block a user