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

Clean up crypto_compat_free() #591

Merged
merged 2 commits into from
Oct 21, 2023
Merged

Clean up crypto_compat_free() #591

merged 2 commits into from
Oct 21, 2023

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    e5df014 View commit details
    Browse the repository at this point in the history
  2. crypto_compat_free(): remove NEED_EVP_CLEANUP

    It's easier to understand the code if we put the #if LIBRESSL_VERSION_NUMBER
    in crypto_compat_free() directly.  Also, we don't need such a verbose message.
    
    NEED_EVP_CLEANUP was added in:
        2021-11-29 Modify crypto_compat_free() for LibreSSL 2.7.0+
        f591b2d
    gperciva committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dd6ba67 View commit details
    Browse the repository at this point in the history