| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bcc1c65 commit d83d89a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1164,7 +1164,7 @@ void SecureContext::LoadPKCS12(const FunctionCallbackInfo<Value>& args) { | |||
| 1164 | 1164 | X509* ca = sk_X509_value(extra_certs.get(), i); | |
| 1165 | 1165 | ||
| 1166 | 1166 | X509_STORE_add_cert(sc->GetCertStoreOwnedByThisSecureContext(), ca); | |
| 1167 | - SSL_CTX_add_client_CA(sc->ctx_.get(), ca); | ||
| 1167 | + CHECK_EQ(1, SSL_CTX_add_client_CA(sc->ctx_.get(), ca)); | ||
| 1168 | 1168 | } | |
| 1169 | 1169 | ret = true; | |
| 1170 | 1170 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments