Skip to content

Commit e709cb4

Browse files
committed
_Dtls13HandshakeRecv: cast handshakeType
1 parent f6f295e commit e709cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dtls13.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ static int _Dtls13HandshakeRecv(WOLFSSL* ssl, byte* input, word32 size,
17681768
return ret;
17691769
}
17701770

1771-
ret = Dtls13CheckEpoch(ssl, handshakeType);
1771+
ret = Dtls13CheckEpoch(ssl, (enum HandShakeType)handshakeType);
17721772
if (ret != 0) {
17731773
WOLFSSL_ERROR(ret);
17741774
return ret;

0 commit comments

Comments
 (0)