Skip to content

Commit f0312e6

Browse files
Alex Hultmancjihrig
Alex Hultman
authored andcommitted
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 e56db14 commit f0312e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@
558558
'mkssldef_flags': [
559559
# Categories to export.
560560
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
561-
'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,TLSEXT',
561+
'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,'
562+
'STDIO,TLSEXT',
562563
# Defines.
563564
'-DWIN32',
564565
# Symbols to filter from the export list.

0 commit comments

Comments
 (0)