summaryrefslogtreecommitdiffhomepage
path: root/patches/python2-2.7.18.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/python2-2.7.18.local.patch')
-rw-r--r--patches/python2-2.7.18.local.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/python2-2.7.18.local.patch b/patches/python2-2.7.18.local.patch
new file mode 100644
index 00000000..74bcd7e2
--- /dev/null
+++ b/patches/python2-2.7.18.local.patch
@@ -0,0 +1,23 @@
+diff -ru Python-2.7.18.orig/Modules/_ssl.c Python-2.7.18/Modules/_ssl.c
+--- Python-2.7.18.orig/Modules/_ssl.c 2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Modules/_ssl.c 2024-03-10 13:58:48.445497909 +0100
+@@ -592,7 +592,6 @@
+ Py_INCREF(sslctx);
+
+ /* Make sure the SSL error state is initialized */
+- (void) ERR_get_state();
+ ERR_clear_error();
+
+ PySSL_BEGIN_ALLOW_THREADS
+diff -ru Python-2.7.18.orig/Modules/_hashopenssl.c Python-2.7.18/Modules/_hashopenssl.c
+--- Python-2.7.18.orig/Modules/_hashopenssl.c 2020-04-19 23:13:39.000000000 +0200
++++ Python-2.7.18/Modules/_hashopenssl.c 2022-02-24 22:29:09.497683912 +0100
+@@ -56,7 +56,7 @@
+ #define _OPENSSL_SUPPORTS_SHA2
+ #endif
+
+-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER)
++#if (OPENSSL_VERSION_NUMBER < 0x10100000L)
+ /* OpenSSL < 1.1.0 */
+ #define EVP_MD_CTX_new EVP_MD_CTX_create
+ #define EVP_MD_CTX_free EVP_MD_CTX_destroy