Skip to content

Commit 02adb2d

Browse files
bnoordhuistargos
authored andcommitted
build: expose openssl scrypt functions to addons
Add scrypt functions to the list of exported openssl symbols. PR-URL: #20816 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent d0cb9cb commit 02adb2d

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
@@ -616,7 +616,7 @@
616616
# Categories to export.
617617
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
618618
'PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,STDIO,TLSEXT,'
619-
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD',
619+
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD,SCRYPT',
620620
# Defines.
621621
'-DWIN32',
622622
# Symbols to filter from the export list.

0 commit comments

Comments
 (0)