Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 668060
Collapse All | Expand All

(-)a/modules/ssl/ssl_engine_init.c (-2 / +1 lines)
Lines 1512-1518 static apr_status_t ssl_init_proxy_certs(server_rec *s, Link Here
1512
    X509_STORE_CTX *sctx;
1512
    X509_STORE_CTX *sctx;
1513
    X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx);
1513
    X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx);
1514
1514
1515
#if OPENSSL_VERSION_NUMBER >= 0x1010100fL
1515
#if OPENSSL_VERSION_NUMBER >= 0x1010100fL && !defined(LIBRESSL_VERSION_NUMBER)
1516
    /* For OpenSSL >=1.1.1, turn on client cert support which is
1516
    /* For OpenSSL >=1.1.1, turn on client cert support which is
1517
     * otherwise turned off by default (by design).
1517
     * otherwise turned off by default (by design).
1518
     * https://github.com/openssl/openssl/issues/6933 */
1518
     * https://github.com/openssl/openssl/issues/6933 */
1519
- 

Return to bug 668060