This commit is contained in:
Viktor Szakats 2026-03-09 01:45:36 +01:00
parent 893a3a6cef
commit 52e5d7145e
No known key found for this signature in database

View file

@ -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;
}