Skip to content

Commit 95b3860

Browse files
committed
crypto: remove BoringSSL dh-primes addition
1 parent a7f648c commit 95b3860

File tree

2 files changed

+0
-314
lines changed

2 files changed

+0
-314
lines changed

deps/ncrypto/dh-primes.h

-311
This file was deleted.

deps/ncrypto/ncrypto.cc

-3
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)