mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:41:46 +03:00
parent
db32c0721f
commit
985f86f0be
1 changed files with 1 additions and 3 deletions
|
|
@ -744,9 +744,7 @@ init_config_builder_verifier(struct Curl_easy *data,
|
|||
if(rr != RUSTLS_RESULT_OK) {
|
||||
rustls_failf(data, rr, "failed to build trusted root certificate store");
|
||||
result = CURLE_SSL_CACERT_BADFILE;
|
||||
if(result) {
|
||||
goto cleanup;
|
||||
}
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
verifier_builder = rustls_web_pki_server_cert_verifier_builder_new(roots);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue