From 9da11426f618b8d29bb0dfc84faa98e4fd711415 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 b4ac0b16965dbe..2dfa91fea6606e 100644 --- a/node.gyp +++ b/node.gyp @@ -852,7 +852,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',