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 84d6ce9 commit a0e4401Copy full SHA for a0e4401
src/node.cc
@@ -1030,7 +1030,7 @@ InitializationResult InitializeOncePerProcess(
1030
}
1031
1032
if (init_flags & kInitOpenSSL) {
1033
-#if HAVE_OPENSSL
+#if HAVE_OPENSSL && !defined(OPENSSL_IS_BORINGSSL)
1034
{
1035
std::string extra_ca_certs;
1036
if (credentials::SafeGetenv("NODE_EXTRA_CA_CERTS", &extra_ca_certs))
0 commit comments