summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/patch-Modules__ssl_c
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/patch-Modules__ssl_c')
-rw-r--r--dev-lang/python/files/patch-Modules__ssl_c12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/python/files/patch-Modules__ssl_c b/dev-lang/python/files/patch-Modules__ssl_c
deleted file mode 100644
index 53adf4457336..000000000000
--- a/dev-lang/python/files/patch-Modules__ssl_c
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: Modules/_ssl.c
---- Modules/_ssl.c.orig
-+++ Modules/_ssl.c
-@@ -4541,7 +4541,7 @@ set_sni_callback(PySSLContext *self, PyObject *arg, vo
- return 0;
- }
-
--#if OPENSSL_VERSION_NUMBER < 0x30300000L
-+#if OPENSSL_VERSION_NUMBER < 0x30300000L && !defined(LIBRESSL_VERSION_NUMBER)
- static X509_OBJECT *x509_object_dup(const X509_OBJECT *obj)
- {
- int ok;