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
committergengjiawen <technicalcute@gmail.com>2021-03-21 06:12:57 +0300
commit0ca410cdce302c8618fb5b1d5a66bbe81430a6f0 (patch)
treed05e40d3fc6c0b2505d589a53bf733121880e49f /node.gyp
parentad6ea3cf1e116742ff7fda33cc5c9346e5a9b38c (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 bbb9c6d6cda..5389383f8dd 100644
--- a/node.gyp
+++ b/node.gyp
@@ -970,7 +970,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',