aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp')
-rw-r--r--security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp b/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp
deleted file mode 100644
index 66fdf7de6801..000000000000
--- a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- xsec/enc/OpenSSL/OpenSSLSupport.hpp.orig 2018-06-18 14:48:29.000000000 +0000
-+++ xsec/enc/OpenSSL/OpenSSLSupport.hpp 2018-11-02 18:30:38.642655000 +0000
-@@ -88,7 +88,7 @@
-
- private:
- EVP_ENCODE_CTX *mp_ctx;
--#if (OPENSSL_VERSION_NUMBER < 0x10100000L)
-+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER)
- EVP_ENCODE_CTX mp_ctx_store;
- #endif
- };