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

test: fix addon tests compilation with OpenSSL 1.1.1 #44725

Merged
merged 2 commits into from Sep 22, 2022

Commits on Sep 19, 2022

  1. test: fix addon tests compilation with OpenSSL 1.1.1

    openssl/provider.h header is not part of OpenSSL 1.1.1 so do not
    include it when building with an older instance.
    
    Fixes: nodejs#44722
    AdamMajer committed Sep 19, 2022
    Copy the full SHA
    c9419bf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update test/addons/openssl-providers/binding.cc

    Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
    AdamMajer and bnoordhuis committed Sep 20, 2022
    Copy the full SHA
    522f4e8 View commit details
    Browse the repository at this point in the history