Skip to content

Commit b9b4cb7

Browse files
authored
crypto: remove BoringSSL dh-primes addition
PR-URL: #57023 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a369818 commit b9b4cb7

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)