mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
TLS 1.3 Middle-Box compat: fix missing brace
This commit is contained in:
@@ -4460,6 +4460,7 @@ int DoTls13ServerHello(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
WOLFSSL_ERROR_VERBOSE(INVALID_PARAMETER);
|
||||
return INVALID_PARAMETER;
|
||||
}
|
||||
}
|
||||
else
|
||||
#endif /* WOLFSSL_TLS13_MIDDLEBOX_COMPAT */
|
||||
#ifdef WOLFSSL_QUIC
|
||||
|
Reference in New Issue
Block a user