diff --git a/node.gyp b/node.gyp index 5ed4d74106adff..9035c585c320e4 100644 --- a/node.gyp +++ b/node.gyp @@ -250,7 +250,7 @@ # 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,SOCK,' - 'STDIO,TLSEXT', + 'STDIO,TLSEXT,FP_API', # Defines. '-DWIN32', # Symbols to filter from the export list. @@ -616,7 +616,7 @@ 'test/cctest/test_inspector_socket.cc', ], 'conditions': [ - [ 'node_shared_openssl=="false"', { + [ 'node_shared_openssl=="false" and node_shared=="false"', { 'dependencies': [ 'deps/openssl/openssl.gyp:openssl' ]