| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 35a660e commit a9eb093
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -787,9 +787,8 @@ void SecureContext::AddCRL(const FunctionCallbackInfo<Value>& args) { | |||
| 787 | 787 | PEM_read_bio_X509_CRL(bio, nullptr, CryptoPemCallback, nullptr); | |
| 788 | 788 | ||
| 789 | 789 | if (crl == nullptr) { | |
| 790 | - return env->ThrowError("Failed to parse CRL"); | ||
| 791 | 790 | BIO_free_all(bio); | |
| 792 | - return; | ||
| 791 | + return env->ThrowError("Failed to parse CRL"); | ||
| 793 | 792 | } | |
| 794 | 793 | ||
| 795 | 794 | X509_STORE* cert_store = SSL_CTX_get_cert_store(sc->ctx_); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments