mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 10:32:19 +01:00
_Dtls13HandshakeRecv: cast handshakeType
This commit is contained in:
@@ -1768,7 +1768,7 @@ static int _Dtls13HandshakeRecv(WOLFSSL* ssl, byte* input, word32 size,
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = Dtls13CheckEpoch(ssl, handshakeType);
|
||||
ret = Dtls13CheckEpoch(ssl, (enum HandShakeType)handshakeType);
|
||||
if (ret != 0) {
|
||||
WOLFSSL_ERROR(ret);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user