Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2238

qpid-proton doesn't build with OpenSSL 3.0.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • proton-c-0.31.0
    • None
    • proton-c
    • None

    Description

      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) {
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              civz Vitezslav Cizek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: