From ff60ec0369d961330317ac658680cd2234abda9d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 8 Feb 2018 07:07:43 +0000 Subject: - Update to 1.2.25 PR: 224282 Submitted by: Greg V Approved by: maintainer timeout --- security/xmlsec1/files/patch-src-openssl-app.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 security/xmlsec1/files/patch-src-openssl-app.c (limited to 'security/xmlsec1/files/patch-src-openssl-app.c') diff --git a/security/xmlsec1/files/patch-src-openssl-app.c b/security/xmlsec1/files/patch-src-openssl-app.c deleted file mode 100644 index e60470446e93..000000000000 --- a/security/xmlsec1/files/patch-src-openssl-app.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/openssl/app.c.orig 2017-01-05 18:07:26.936917000 +0900 -+++ src/openssl/app.c 2017-01-05 18:08:34.388575000 +0900 -@@ -61,7 +61,7 @@ - int - xmlSecOpenSSLAppInit(const char* config) { - --#if (OPENSSL_VERSION_NUMBER < 0x10100000) -+#if !defined(XMLSEC_OPENSSL_110) - ERR_load_crypto_strings(); - OPENSSL_config(NULL); - OpenSSL_add_all_algorithms(); -@@ -119,7 +119,7 @@ - xmlSecOpenSSLAppShutdown(void) { - xmlSecOpenSSLAppSaveRANDFile(NULL); - --#if (OPENSSL_VERSION_NUMBER < 0x10100000) -+#if !defined(XMLSEC_OPENSSL_110) - RAND_cleanup(); - EVP_cleanup(); - -- cgit v1.2.3