Closing and opening scope around case statement.

Related: ZD 15451
This commit is contained in:
Anthony Hu
2023-01-30 13:45:03 -05:00
parent a21c3a3c89
commit 242dcb0141

View File

@@ -4379,10 +4379,12 @@ int SendTls13ClientHello(WOLFSSL* ssl)
/* Advance state and proceed */
ssl->options.asyncState = TLS_ASYNC_END;
}
/* case TLS_ASYNC_BUILD */
FALL_THROUGH;
case TLS_ASYNC_END:
{
#ifdef WOLFSSL_EARLY_DATA_GROUP
/* QUIC needs to forward records at their encryption level
* and is therefore unable to group here */