fix illegal use of type warning on Windows for TLS 1.3

This commit is contained in:
Chris Conlon
2017-11-17 06:42:15 -07:00
parent 8badc334ea
commit 4839aca7ba

View File

@@ -6003,8 +6003,8 @@ int DoTls13HandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx,
byte type, word32 size, word32 totalSz) byte type, word32 size, word32 totalSz)
{ {
int ret = 0; int ret = 0;
(void)totalSz;
word32 inIdx = *inOutIdx; word32 inIdx = *inOutIdx;
(void)totalSz;
WOLFSSL_ENTER("DoTls13HandShakeMsgType"); WOLFSSL_ENTER("DoTls13HandShakeMsgType");