mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:33:32 +03:00
tidy-up: replace (-1 == expressions 2
This commit is contained in:
parent
b17c0a2b4f
commit
2530adcf4d
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue