summaryrefslogtreecommitdiffhomepage
path: root/patches/python3-3.7.10.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/python3-3.7.10.local.patch')
-rw-r--r--patches/python3-3.7.10.local.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/python3-3.7.10.local.patch b/patches/python3-3.7.10.local.patch
new file mode 100644
index 00000000..e101fc7a
--- /dev/null
+++ b/patches/python3-3.7.10.local.patch
@@ -0,0 +1,23 @@
+diff -ru Python-3.7.10.orig/Modules/_ssl.c Python-3.7.10/Modules/_ssl.c
+--- Python-3.7.10.orig/Modules/_ssl.c 2021-02-16 02:29:22.000000000 +0100
++++ Python-3.7.10/Modules/_ssl.c 2024-03-10 14:05:44.867860819 +0100
+@@ -921,7 +921,6 @@
+ self->err = err;
+
+ /* Make sure the SSL error state is initialized */
+- (void) ERR_get_state();
+ ERR_clear_error();
+
+ PySSL_BEGIN_ALLOW_THREADS
+diff -ru Python-3.7.10.orig/Modules/_hashopenssl.c Python-3.7.10/Modules/_hashopenssl.c
+--- Python-3.7.10.orig/Modules/_hashopenssl.c 2021-02-16 02:29:22.000000000 +0100
++++ Python-3.7.10/Modules/_hashopenssl.c 2022-02-24 22:45:05.056189097 +0100
+@@ -42,7 +42,7 @@
+ #define HASH_OBJ_CONSTRUCTOR 0
+ #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