We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e4434 commit e567952Copy full SHA for e567952
deps/ncrypto/dh-primes.h
deps/ncrypto/ncrypto.cc
@@ -12,9 +12,6 @@
12
#if OPENSSL_VERSION_MAJOR >= 3
13
#include <openssl/provider.h>
14
#endif
15
-#ifdef OPENSSL_IS_BORINGSSL
16
-#include "dh-primes.h"
17
-#endif // OPENSSL_IS_BORINGSSL
18
19
// EVP_PKEY_CTX_set_dsa_paramgen_q_bits was added in OpenSSL 1.1.1e.
20
#if OPENSSL_VERSION_NUMBER < 0x1010105fL
0 commit comments