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

Two build script fixes for LibreSSL #2068

Merged
merged 2 commits into from
Oct 21, 2023
Merged

Commits on Oct 21, 2023

  1. Add missing libressl382 config to openssl/build.rs

    In 04ffe96 and ae74dec I added conditionals on libressl382 but
    missed the build script.
    botovq committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fb57873 View commit details
    Browse the repository at this point in the history
  2. Remove stale near-duplicate version parser

    The DEP_OPENSSL_LIBRESSL_VERSION_NUMBER handling has two near-duplicate
    parsers. The new one added in 4ecaf69 was subsequently extended and the
    old one went stale: libressl250, 310, 370, 380 are missing from it.
    botovq committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a44fa61 View commit details
    Browse the repository at this point in the history