Skip to content

Commit ad988d9

Browse files
committed
crypto: remove BoringSSL dh-primes addition
nodejs/node#57023
1 parent 36c3f35 commit ad988d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ diff --git a/deps/ncrypto/ncrypto.cc b/deps/ncrypto/ncrypto.cc
2020
index ce2e7b384eb1987ddb081f79884fb8cb62ade60b..bffdb0259eeed7389adb54a8ff13a1ac4e767d90 100644
2121
--- a/deps/ncrypto/ncrypto.cc
2222
+++ b/deps/ncrypto/ncrypto.cc
23-
@@ -11,9 +11,6 @@
24-
#if OPENSSL_VERSION_MAJOR >= 3
25-
#include <openssl/provider.h>
26-
#endif
27-
-#ifdef OPENSSL_IS_BORINGSSL
28-
-#include "dh-primes.h"
29-
-#endif // OPENSSL_IS_BORINGSSL
30-
31-
namespace ncrypto {
32-
namespace {
3323
@@ -789,7 +786,7 @@ bool SafeX509SubjectAltNamePrint(const BIOPointer& out, X509_EXTENSION* ext) {
3424

3525
bool ok = true;

0 commit comments

Comments
 (0)