diff --git a/src/tls13.c b/src/tls13.c index 47fa538a9..cd07c9d4d 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -6119,8 +6119,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");