mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +03:00
parent
a6c940a752
commit
22b8a6430d
1 changed files with 1 additions and 0 deletions
|
|
@ -1214,6 +1214,7 @@ static int engineload(struct Curl_easy *data,
|
|||
failf(data, "unable to set client certificate [%s]",
|
||||
ossl_strerror(ERR_get_error(), error_buffer,
|
||||
sizeof(error_buffer)));
|
||||
X509_free(params.cert);
|
||||
return 0;
|
||||
}
|
||||
X509_free(params.cert); /* we do not need the handle any more... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue