Skip to content

Commit aaf1df5

Browse files
bnoordhuisMylesBorins
authored andcommitted
build: export openssl TLSv1 methods again
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]>
1 parent d6805c1 commit aaf1df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
# Categories to export.
601601
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
602602
'PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,STDIO,TLSEXT,'
603-
'FP_API',
603+
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD',
604604
# Defines.
605605
'-DWIN32',
606606
# Symbols to filter from the export list.

0 commit comments

Comments
 (0)