Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-03-18 09:47:03 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-24 04:15:07 +0300
commit11d45855cdeb71abe625f9053dbbb86e817309b2 (patch)
tree371035e23646c713bfaa5396a0099fe7f9b75a1e /node.gyp
parent8f18133de078ac12ba9124e4f05f950fc3666efe (diff)
crypto: fix header name
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 6691de8422e..2d76366e330 100644
--- a/node.gyp
+++ b/node.gyp
@@ -963,7 +963,7 @@
'src/crypto/crypto_tls.h',
'src/crypto/crypto_clienthello.h',
'src/crypto/crypto_context.h',
- 'src/crypto/crypto_ecdh.h',
+ 'src/crypto/crypto_ec.h',
'src/crypto/crypto_hkdf.h',
'src/crypto/crypto_pbkdf2.h',
'src/crypto/crypto_sig.h',