From 4edd395546409b66614f8af32da89ad4aeb87685 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Mon, 12 Sep 2022 06:08:24 +0000 Subject: [PATCH] build: remove redundant entry in crypto --- node.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/node.gyp b/node.gyp index 39926fbda79e73..8fe89d8b1bc749 100644 --- a/node.gyp +++ b/node.gyp @@ -779,7 +779,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',