mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
added braces to else clause for compiler warning differences
This commit is contained in:
@@ -4067,9 +4067,9 @@ static int GetDtlsHandShakeHeader(WOLFSSL* ssl, const byte* input,
|
||||
|
||||
if (*type != client_hello && *type != hello_verify_request)
|
||||
return VERSION_ERROR;
|
||||
else
|
||||
WOLFSSL_MSG("DTLS Handshake ignoring hello or "
|
||||
"hello verify version");
|
||||
else {
|
||||
WOLFSSL_MSG("DTLS Handshake ignoring hello or verify version");
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user