TLS 1.3 Middle-Box compat: fix missing brace

This commit is contained in:
Sean Parkinson
2022-09-12 13:11:49 +10:00
parent fa6bc79f8b
commit 375b9c1a59

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 */