Skip to content

Commit

Permalink
Update src/node.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
codebytere and lpinca committed Mar 27, 2024
1 parent eaa7289 commit 82b82e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ InitializeOncePerProcessInternal(const std::vector<std::string>& args,
CHECK(crypto::CSPRNG(buffer, length).is_ok());
return true;
});
#endif // defined(OPENSSL_IS_BORINGSSL)
#endif // !defined(OPENSSL_IS_BORINGSSL)
{
std::string extra_ca_certs;
if (credentials::SafeGetenv("NODE_EXTRA_CA_CERTS", &extra_ca_certs))
Expand Down

0 comments on commit 82b82e8

Please sign in to comment.