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 openssl TLSv1 methods again #20712

Merged
merged 1 commit into from
May 18, 2018

Conversation

bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented May 14, 2018

Upstream deprecated them and moved them into categories of their own.
Add those categories to the export list. Node.js doesn't use them but
some add-ons do.

Fixes: #20369
CI: https://ci.nodejs.org/job/node-test-commit/18469/

@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label May 14, 2018
@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 14, 2018
Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mhdawson
Copy link
Member

@bnoordhuis since they are deprecated upstream do we need doc deprecate them or something along those lines so that we start to prepare for when they may not be available at all?

@bnoordhuis
Copy link
Member Author

since they are deprecated upstream do we need doc deprecate them

I'd say no, we don't do that for other dependencies either. I opened this PR to get Windows on par again with UNIX platforms, where they're still exported.

Upstream deprecated them and moved them into categories of their own.
Add those categories to the export list.  Node.js doesn't use them but
some add-ons do.

Fixes: nodejs#20369
PR-URL: nodejs#20712
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nie�en <tniessen@tnie.de>
@bnoordhuis bnoordhuis closed this May 18, 2018
@bnoordhuis bnoordhuis deleted the fix20369 branch May 18, 2018 08:55
@bnoordhuis bnoordhuis merged commit 913a789 into nodejs:master May 18, 2018
MylesBorins pushed a commit that referenced this pull request May 22, 2018
Upstream deprecated them and moved them into categories of their own.
Add those categories to the export list.  Node.js doesn't use them but
some add-ons do.

Fixes: #20369
PR-URL: #20712
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nie�en <tniessen@tnie.de>
@addaleax addaleax mentioned this pull request May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants