Skip to content

Commit 72d2d2c

Browse files
JCMaisMylesBorins
authored andcommitted
build: expose more openssl categories for addons
Those categories are necessary to build addons that depends on libcurl and libssh, the following were the missing symbols: libcurl: OCSP_cert_status_str OCSP_check_validity OCSP_basic_verify OCSP_RESPONSE_free OCSP_single_get0_status OCSP_response_get1_basic OCSP_BASICRESP_free OCSP_crl_reason_str OCSP_resp_count OCSP_response_status OCSP_response_status_str OCSP_resp_get0 d2i_OCSP_RESPONSE SSL_CTX_set_next_proto_select_cb libssh: EVP_ripemd160 EVP_cast5_cbc Fixes: #23293 PR-URL: #23344 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent b16311b commit 72d2d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@
622622
# Categories to export.
623623
'-CAES,BF,BIO,DES,DH,DSA,EC,ECDH,ECDSA,ENGINE,EVP,HMAC,MD4,MD5,'
624624
'PSK,RC2,RC4,RSA,SHA,SHA0,SHA1,SHA256,SHA512,SOCK,STDIO,TLSEXT,'
625-
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD,SCRYPT',
625+
'FP_API,TLS1_METHOD,TLS1_1_METHOD,TLS1_2_METHOD,SCRYPT,OCSP,'
626+
'NEXTPROTONEG,RMD160,CAST',
626627
# Defines.
627628
'-DWIN32',
628629
# Symbols to filter from the export list.

0 commit comments

Comments
 (0)