Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 666a13d

Browse files
committedMay 6, 2019
build: export OpenSSL UI symbols
Node.js compiles them, their existence is indicated by OpenSSL header defines, but they can't be linked to on Windows because their symbols are not exported. Export them. Fixes: nodejs#27494
1 parent 153c101 commit 666a13d

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
@@ -816,7 +816,7 @@
816816
# Categories to export.
817817
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
818818
'PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,STDIO,TLSEXT,'
819-
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD,SCRYPT,OCSP,'
819+
'UI,FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD,SCRYPT,OCSP,'
820820
'NEXTPROTONEG,RMD160,CAST,DEPRECATEDIN_1_1_0,DEPRECATEDIN_1_2_0',
821821
# Defines.
822822
'-DWIN32',

0 commit comments

Comments
 (0)
Please sign in to comment.