forked from wolfSSL/wolfssl
Merge pull request #1240 from cconlon/tls13issue
fix illegal use of type warning on Windows for TLS 1.3
This commit is contained in:
@@ -6119,8 +6119,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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user