| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f299333 commit 570de44
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -770,9 +770,8 @@ void SecureContext::AddCRL(const FunctionCallbackInfo<Value>& args) { | |||
| 770 | 770 | PEM_read_bio_X509_CRL(bio, nullptr, CryptoPemCallback, nullptr); | |
| 771 | 771 | ||
| 772 | 772 | if (crl == nullptr) { | |
| 773 | - return env->ThrowError("Failed to parse CRL"); | ||
| 774 | 773 | BIO_free_all(bio); | |
| 775 | - return; | ||
| 774 | + return env->ThrowError("Failed to parse CRL"); | ||
| 776 | 775 | } | |
| 777 | 776 | ||
| 778 | 777 | X509_STORE* cert_store = SSL_CTX_get_cert_store(sc->ctx_); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments