summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/python-3.7.5-hashlib.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
commit7fc5957ee0cb88e607f4c1988d91a07cebaf6d96 (patch)
tree9d7b284956b817c8d0ed2ed87284cdbbf81402b8 /dev-lang/python/files/python-3.7.5-hashlib.patch
parentb265f17bc2d3a58b311c073acb48fd49527e5332 (diff)
downloadgentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.gz
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.bz2
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.zip
dev-lang/python: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/files/python-3.7.5-hashlib.patch')
-rw-r--r--dev-lang/python/files/python-3.7.5-hashlib.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lang/python/files/python-3.7.5-hashlib.patch b/dev-lang/python/files/python-3.7.5-hashlib.patch
deleted file mode 100644
index a70a47963109..000000000000
--- a/dev-lang/python/files/python-3.7.5-hashlib.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 2c0c356ca109d1550bfb09b0da7dec3f80db77a3 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Fri, 18 Oct 2019 16:39:16 -0400
-Subject: [PATCH] Call OPENSSL_init_crypto for openssl >= 1.1.0
-
----
- Modules/_hashopenssl.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
-index b13ade60496..8abbde5120f 100644
---- a/Modules/_hashopenssl.c
-+++ b/Modules/_hashopenssl.c
-@@ -1077,6 +1077,8 @@ PyInit__hashlib(void)
- /* Load all digest algorithms and initialize cpuid */
- OPENSSL_add_all_algorithms_noconf();
- ERR_load_crypto_strings();
-+#else
-+ OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS|OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);
- #endif
-
- /* TODO build EVP_functions openssl_* entries dynamically based
---
-2.23.0
-