forked from wolfSSL/wolfssl
fix worning
This commit is contained in:
@ -6215,7 +6215,6 @@ static int DoTls13KeyUpdate(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return INVALID_PARAMETER;
|
return INVALID_PARAMETER;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move index to byte after message. */
|
/* Move index to byte after message. */
|
||||||
|
Reference in New Issue
Block a user