12 lines
360 B
Text
12 lines
360 B
Text
Index: Modules/_ssl.c
|
|
--- Modules/_ssl.c.orig
|
|
+++ Modules/_ssl.c
|
|
@@ -4469,7 +4469,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;
|