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: export deprecated OpenSSL symbols on Windows #25991

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2019

  1. build: export deprecated OpenSSL symbols on Windows

    Methods such as `TLSv1_server_method` are categorized as
    `DEPRECATEDIN_1_1_0`. Add the deprecated categories to
    the list of categories to include passed to `mkssldef.py`.
    
    Adds a regression test to `test/addons/openssl-binding`.
    
    Refs: nodejs#20369
    Refs: nodejs#25981
    richardlau committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    cb8a55e View commit details
    Browse the repository at this point in the history