Skip to content

build: export openssl TLSv1 methods again - #20712

Merged
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:fix20369
May 18, 2018
Merged

build: export openssl TLSv1 methods again#20712
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:fix20369

Conversation

@bnoordhuis

@bnoordhuisbnoordhuis commented May 14, 2018

Copy link
Copy Markdown
Member

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-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label May 14, 2018
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 14, 2018

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@mhdawson

Copy link
Copy Markdown
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
Copy Markdown
MemberAuthor

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 deleted the fix20369 branch May 18, 2018 08:55
@bnoordhuis
bnoordhuis merged commit 913a789 into nodejs:masterMay 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>
@addaleaxaddaleax mentioned this pull request May 22, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@bnoordhuis@mhdawson@danbev@jasnell@addaleax@cjihrig@tniessen@BridgeAR@nodejs-github-bot