tidy-up: replace (-1 == expressions 2

This commit is contained in:
Viktor Szakats 2025-07-09 19:46:55 +02:00
parent b17c0a2b4f
commit 2530adcf4d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -1759,7 +1759,7 @@ static CURLcode wssl_handshake(struct Curl_cfilter *cf,
}
}
#ifdef USE_ECH_WOLFSSL
else if(-1 == detail) {
else if(detail == -1) {
/* try access a retry_config ECHConfigList for tracing */
byte echConfigs[1000];
word32 echConfigsLen = 1000;