mirror of
https://github.com/curl/curl.git
synced 2026-06-08 15:44:17 +03:00
Last (?🙏) code-style bot.
This commit is contained in:
parent
37c7bcdaf5
commit
13efff80fb
1 changed files with 1 additions and 2 deletions
|
|
@ -553,8 +553,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
|
|||
* */
|
||||
if(strcmp(ssl_cert_type, "DER") == 0
|
||||
|| ((char *)(ca_info_blob->data))[ca_info_blob->len - 1] == '\0'
|
||||
)
|
||||
{
|
||||
) {
|
||||
ret = mbedtls_x509_crt_parse(&backend->cacert,
|
||||
ca_info_blob->data,
|
||||
ca_info_blob->len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue