summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAlex Hultman <alexhultman@localhost.localdomain>2016-07-10 16:08:42 +0200
committercjihrig <cjihrig@gmail.com>2016-08-10 11:06:05 -0400
commitf0312e65603fe5ad858c262c0500ae8be7ea2a53 (patch)
tree0dc99bde8fa37093d2f012965d1ac96053d1a1b3 /node.gyp
parente56db1477c1bb4a9a8e5c07aa66bf28970e4a24e (diff)
downloadnode-new-f0312e65603fe5ad858c262c0500ae8be7ea2a53.tar.gz
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: https://github.com/nodejs/node/pull/7576 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 95dd06a428..70dc80c403 100644
--- a/node.gyp
+++ b/node.gyp
@@ -558,7 +558,8 @@
'mkssldef_flags': [
# Categories to export.
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
- 'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,TLSEXT',
+ 'NEXTPROTONEG,PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,'
+ 'STDIO,TLSEXT',
# Defines.
'-DWIN32',
# Symbols to filter from the export list.