Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: expose more openssl categories for addons #23344

Closed
wants to merge 1 commit into from
Closed

build: expose more openssl categories for addons #23344

wants to merge 1 commit into from

Commits on Oct 10, 2018

  1. build: expose more openssl categories for addons

    Those categories are necessary to build addons that depends
     on libcurl and libssh, the following were the missing symbols:
    libcurl:
    OCSP_cert_status_str
    OCSP_check_validity
    OCSP_basic_verify
    OCSP_RESPONSE_free
    OCSP_single_get0_status
    OCSP_response_get1_basic
    OCSP_BASICRESP_free
    OCSP_crl_reason_str
    OCSP_resp_count
    OCSP_response_status
    OCSP_response_status_str
    OCSP_resp_get0
    d2i_OCSP_RESPONSE
    SSL_CTX_set_next_proto_select_cb
    
    libssh:
    EVP_ripemd160
    VP_cast5_cbc
    
    Fixes: #23293
    JCMais committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    008382f View commit details
    Browse the repository at this point in the history