View | Details | Raw Unified | Return to bug 279390
Collapse All | Expand All

(-)Modules/_ssl.c (-1 / +1 lines)
Lines 4541-4547 set_sni_callback(PySSLContext *self, PyObject *arg, vo Link Here
4541
    return 0;
4541
    return 0;
4542
}
4542
}
4543
4543
4544
#if OPENSSL_VERSION_NUMBER < 0x30300000L
4544
#if OPENSSL_VERSION_NUMBER < 0x30300000L && !defined(LIBRESSL_VERSION_NUMBER)
4545
static X509_OBJECT *x509_object_dup(const X509_OBJECT *obj)
4545
static X509_OBJECT *x509_object_dup(const X509_OBJECT *obj)
4546
{
4546
{
4547
    int ok;
4547
    int ok;

Return to bug 279390