Skip to content

Commit e567952

Browse files
codebytereRafaelGSS
authored andcommitted
crypto: remove BoringSSL dh-primes addition
PR-URL: #57023 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c3e4434 commit e567952

File tree

2 files changed

+0
-314
lines changed

2 files changed

+0
-314
lines changed

deps/ncrypto/dh-primes.h

Lines changed: 0 additions & 311 deletions
This file was deleted.

deps/ncrypto/ncrypto.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
#if OPENSSL_VERSION_MAJOR >= 3
1313
#include <openssl/provider.h>
1414
#endif
15-
#ifdef OPENSSL_IS_BORINGSSL
16-
#include "dh-primes.h"
17-
#endif // OPENSSL_IS_BORINGSSL
1815

1916
// EVP_PKEY_CTX_set_dsa_paramgen_q_bits was added in OpenSSL 1.1.1e.
2017
#if OPENSSL_VERSION_NUMBER < 0x1010105fL

0 commit comments

Comments
 (0)