From e96d0ce9cbd40a7052cd234b7325557e606ac4d7 Mon Sep 17 00:00:00 2001 From: tmisirpash <60826286+tmisirpash@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:19:05 -0400 Subject: [PATCH] Update crypto_context.cc --- src/crypto/crypto_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/crypto_context.cc b/src/crypto/crypto_context.cc index 798b4ffb52b1bc..04380da0178969 100644 --- a/src/crypto/crypto_context.cc +++ b/src/crypto/crypto_context.cc @@ -829,7 +829,7 @@ static std::vector& GetExtraCACertificates() { // with all the other flags. // 7. Certificates from --use-bundled-ca, --use-system-ca and // NODE_EXTRA_CA_CERTS are cached after first load. Certificates -// from --use-system-ca are not cached and always reloaded from +// from --use-openssl-ca are not cached and always reloaded from // disk. // TODO(joyeecheung): maybe these rules need a bit of consolidation? X509_STORE* NewRootCertStore() {