mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
fix build warning
This commit is contained in:
@@ -1598,7 +1598,6 @@ static int GetDtlsHandShakeHeader(CYASSL* ssl, const byte* input,
|
|||||||
word32* inOutIdx, byte *type, word32 *size,
|
word32* inOutIdx, byte *type, word32 *size,
|
||||||
word32 *fragOffset, word32 *fragSz)
|
word32 *fragOffset, word32 *fragSz)
|
||||||
{
|
{
|
||||||
word32 seq;
|
|
||||||
word32 idx = *inOutIdx;
|
word32 idx = *inOutIdx;
|
||||||
|
|
||||||
(void)ssl;
|
(void)ssl;
|
||||||
|
Reference in New Issue
Block a user