Skip to content

Commit

Permalink
build: export openssl TLSv1 methods again
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Tobias NieÃ�en <[email protected]>
  • Loading branch information
bnoordhuis authored and MylesBorins committed May 22, 2018
1 parent d6805c1 commit aaf1df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
# Categories to export.
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
'PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,STDIO,TLSEXT,'
'FP_API',
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD',
# Defines.
'-DWIN32',
# Symbols to filter from the export list.
Expand Down

0 comments on commit aaf1df5

Please sign in to comment.