Skip to content

Commit 11d4585

Browse files
gengjiawenruyadorno
authored andcommitted
crypto: fix header name
PR-URL: #37792 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 8f18133 commit 11d4585

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
@@ -963,7 +963,7 @@
963963
'src/crypto/crypto_tls.h',
964964
'src/crypto/crypto_clienthello.h',
965965
'src/crypto/crypto_context.h',
966-
'src/crypto/crypto_ecdh.h',
966+
'src/crypto/crypto_ec.h',
967967
'src/crypto/crypto_hkdf.h',
968968
'src/crypto/crypto_pbkdf2.h',
969969
'src/crypto/crypto_sig.h',

0 commit comments

Comments
 (0)