Merge pull request #5584 from SparkiDev/tls13_midbox_fix

TLS 1.3 Middle-Box compat: fix missing brace
This commit is contained in:
JacobBarthelmeh
2022-09-12 09:15:10 -06:00
committed by GitHub

View File

@ -4459,6 +4459,7 @@ int DoTls13ServerHello(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
WOLFSSL_MSG("session id doesn't match client random");
WOLFSSL_ERROR_VERBOSE(INVALID_PARAMETER);
return INVALID_PARAMETER;
}
}
else
#endif /* WOLFSSL_TLS13_MIDDLEBOX_COMPAT */