summaryrefslogtreecommitdiff
path: root/security/xmlsec1/files/patch-src-openssl-app.c
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2018-02-08 07:07:43 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2018-02-08 07:07:43 +0000
commitff60ec0369d961330317ac658680cd2234abda9d (patch)
tree5c9b9126e960bd756a0c7d75e8502939eb9a3189 /security/xmlsec1/files/patch-src-openssl-app.c
parentUpdate to 7.2.1 (diff)
- Update to 1.2.25
PR: 224282 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=461199
Diffstat (limited to 'security/xmlsec1/files/patch-src-openssl-app.c')
-rw-r--r--security/xmlsec1/files/patch-src-openssl-app.c20
1 files changed, 0 insertions, 20 deletions
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();
-