mirror of
https://github.com/curl/curl.git
synced 2026-06-04 13:44:15 +03:00
fixes
This commit is contained in:
parent
893a3a6cef
commit
52e5d7145e
1 changed files with 1 additions and 1 deletions
|
|
@ -2065,7 +2065,7 @@ static CURLcode ossl_verifyhost(struct Curl_easy *data,
|
|||
break;
|
||||
default:
|
||||
DEBUGASSERT(0);
|
||||
failf(data, "unexpected ssl peer type: %u", peer->type);
|
||||
failf(data, "unexpected ssl peer type: %d", (int)peer->type);
|
||||
return CURLE_PEER_FAILED_VERIFICATION;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue