File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1030,7 +1030,7 @@ InitializationResult InitializeOncePerProcess(
1030
1030
}
1031
1031
1032
1032
if (init_flags & kInitOpenSSL ) {
1033
- #if HAVE_OPENSSL
1033
+ #if HAVE_OPENSSL && !defined(OPENSSL_IS_BORINGSSL)
1034
1034
{
1035
1035
std::string extra_ca_certs;
1036
1036
if (credentials::SafeGetenv (" NODE_EXTRA_CA_CERTS" , &extra_ca_certs))
@@ -1091,7 +1091,7 @@ InitializationResult InitializeOncePerProcess(
1091
1091
// V8 on Windows doesn't have a good source of entropy. Seed it from
1092
1092
// OpenSSL's pool.
1093
1093
V8::SetEntropySource (crypto::EntropySource);
1094
- #endif // HAVE_OPENSSL
1094
+ #endif // HAVE_OPENSSL && !defined(OPENSSL_IS_BORINGSSL)
1095
1095
}
1096
1096
per_process::v8_platform.Initialize (
1097
1097
static_cast <int >(per_process::cli_options->v8_thread_pool_size ));
You can’t perform that action at this time.
0 commit comments