mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Merge pull request #6032 from anhu/braces
Closing and opening scope around case statement.
This commit is contained in:
@ -4379,10 +4379,12 @@ int SendTls13ClientHello(WOLFSSL* ssl)
|
|||||||
|
|
||||||
/* Advance state and proceed */
|
/* Advance state and proceed */
|
||||||
ssl->options.asyncState = TLS_ASYNC_END;
|
ssl->options.asyncState = TLS_ASYNC_END;
|
||||||
|
}
|
||||||
/* case TLS_ASYNC_BUILD */
|
/* case TLS_ASYNC_BUILD */
|
||||||
FALL_THROUGH;
|
FALL_THROUGH;
|
||||||
|
|
||||||
case TLS_ASYNC_END:
|
case TLS_ASYNC_END:
|
||||||
|
{
|
||||||
#ifdef WOLFSSL_EARLY_DATA_GROUP
|
#ifdef WOLFSSL_EARLY_DATA_GROUP
|
||||||
/* QUIC needs to forward records at their encryption level
|
/* QUIC needs to forward records at their encryption level
|
||||||
* and is therefore unable to group here */
|
* and is therefore unable to group here */
|
||||||
|
Reference in New Issue
Block a user