From 8af099b02bcad9a44c769d2201de33df52151d94 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Wed, 14 Sep 2022 15:55:20 +0800 Subject: [PATCH] build: remove redundant entry in crypto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44604 Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: theanarkh --- node.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/node.gyp b/node.gyp index 0fd9c044f34916..4699086220454a 100644 --- a/node.gyp +++ b/node.gyp @@ -790,7 +790,6 @@ 'src/crypto/crypto_bio.h', 'src/crypto/crypto_clienthello-inl.h', 'src/crypto/crypto_dh.h', - 'src/crypto/crypto_groups.h', 'src/crypto/crypto_hmac.h', 'src/crypto/crypto_rsa.h', 'src/crypto/crypto_spkac.h',