Skip to content

Commit 0ca410c

Browse files
committed
crypto: fix header name
PR-URL: #37792 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent ad6ea3c commit 0ca410c

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
@@ -970,7 +970,7 @@
970970
'src/crypto/crypto_tls.h',
971971
'src/crypto/crypto_clienthello.h',
972972
'src/crypto/crypto_context.h',
973-
'src/crypto/crypto_ecdh.h',
973+
'src/crypto/crypto_ec.h',
974974
'src/crypto/crypto_hkdf.h',
975975
'src/crypto/crypto_pbkdf2.h',
976976
'src/crypto/crypto_sig.h',

0 commit comments

Comments
 (0)