From 11d45855cdeb71abe625f9053dbbb86e817309b2 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Thu, 18 Mar 2021 06:47:03 +0000 Subject: [PATCH] crypto: fix header name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/37792 Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Rich Trott --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.gyp b/node.gyp index 6691de8422e940..2d76366e330075 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',