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

Honor OPENSSL_NO_OCB if OpenSSL was built this way #1952

Merged
merged 1 commit into from Jun 4, 2023

Commits on Jun 4, 2023

  1. Honor OPENSSL_NO_OCB if OpenSSL was built this way

    Setting ossl110 in the BoringSSL build (see sfackler#1944) causes rust-openssl
    to expect OCB support. However, OpenSSL already has a feature guard for
    OCB, which BoringSSL sets. rust-openssl just isn't honoring it.
    
    This fixes building against an OpenSSL built with ./config no-ocb
    davidben committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    e476f9a View commit details
    Browse the repository at this point in the history