You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Vitezslav Cizek (Jira)" <ji...@apache.org> on 2020/06/03 17:36:00 UTC

[jira] [Created] (PROTON-2238) qpid-proton doesn't build with OpenSSL 3.0.0

Vitezslav Cizek created PROTON-2238:
---------------------------------------

             Summary: qpid-proton doesn't build with OpenSSL 3.0.0
                 Key: PROTON-2238
                 URL: https://issues.apache.org/jira/browse/PROTON-2238
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
    Affects Versions: proton-c-0.31.0
            Reporter: Vitezslav Cizek


OpenSSL 3.0.0 deprecates {{}}{{SSL_CTX_load_verify_locations.}}

As -Werror is turned on by default, the warning causes a build failure:

qpid-proton-0.31.0/c/src/ssl/openssl.c:722:3: error: 'SSL_CTX_load_verify_locations' is deprecated [-Werror=deprecated-declarations]
722 | if (SSL_CTX_load_verify_locations( domain->ctx, file, dir ) != 1) {



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org