summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-01-04 20:34:03 +0100
committerAaron W. Swenson <titanofold@gentoo.org>2018-01-05 06:44:21 -0500
commit869ebb989a37c1e2586978f9b2f393f4e359131e (patch)
tree08d514c47dff235ac2ac297e4bb8b589af91876a /dev-python/cryptography/files
parentmedia-plugins/npapi-vlc: remove unused file (diff)
downloadgentoo-869ebb989a37c1e2586978f9b2f393f4e359131e.tar.gz
gentoo-869ebb989a37c1e2586978f9b2f393f4e359131e.tar.bz2
gentoo-869ebb989a37c1e2586978f9b2f393f4e359131e.zip
dev-python/cryptography: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6747
Diffstat (limited to 'dev-python/cryptography/files')
-rw-r--r--dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch b/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch
deleted file mode 100644
index 38fce99a5ef6..000000000000
--- a/dev-python/cryptography/files/cryptography-1.7.2-libressl-2.5.1.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN cryptography-1.7.2.orig/src/_cffi_src/openssl/x509_vfy.py cryptography-1.7.2/src/_cffi_src/openssl/x509_vfy.py
---- cryptography-1.7.2.orig/src/_cffi_src/openssl/x509_vfy.py 2017-01-27 15:09:52.000000000 +0000
-+++ cryptography-1.7.2/src/_cffi_src/openssl/x509_vfy.py 2017-02-26 15:15:09.889855740 +0000
-@@ -221,10 +221,12 @@
- static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0;
- static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0;
- static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0;
-+#ifndef X509_V_ERR_HOSTNAME_MISMATCH
- static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
- static const long X509_V_ERR_EMAIL_MISMATCH = 0;
- static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
- #endif
-+#endif
-
- /* OpenSSL 1.0.2beta2+ verification parameters */
- #if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \