Skip to content

Commit 84849f1

Browse files
Alex HultmanMyles Borins
Alex Hultman
authored and
Myles Borins
committed
build: export more openssl symbols on Windows
This exports even more openssl symbols when building on Windows. SSL_set_fd is one example of added symbol. PR-URL: #7576 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 3cefd65 commit 84849f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@
487487
'mkssldef_flags': [
488488
# Categories to export.
489489
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
490-
'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,TLSEXT',
490+
'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,'
491+
'STDIO,TLSEXT',
491492
# Defines.
492493
'-DWIN32',
493494
# Symbols to filter from the export list.

0 commit comments

Comments
 (0)