diff --git a/src/tls13.c b/src/tls13.c index 408528e59..171db512f 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -6003,8 +6003,8 @@ int DoTls13HandShakeMsgType(WOLFSSL* ssl, byte* input, word32* inOutIdx, byte type, word32 size, word32 totalSz) { int ret = 0; - (void)totalSz; word32 inIdx = *inOutIdx; + (void)totalSz; WOLFSSL_ENTER("DoTls13HandShakeMsgType");