forked from wolfSSL/wolfssl
TLS 1.3 Middle-Box compat: fix missing brace
This commit is contained in:
@ -4459,6 +4459,7 @@ int DoTls13ServerHello(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
|||||||
WOLFSSL_MSG("session id doesn't match client random");
|
WOLFSSL_MSG("session id doesn't match client random");
|
||||||
WOLFSSL_ERROR_VERBOSE(INVALID_PARAMETER);
|
WOLFSSL_ERROR_VERBOSE(INVALID_PARAMETER);
|
||||||
return INVALID_PARAMETER;
|
return INVALID_PARAMETER;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif /* WOLFSSL_TLS13_MIDDLEBOX_COMPAT */
|
#endif /* WOLFSSL_TLS13_MIDDLEBOX_COMPAT */
|
||||||
|
Reference in New Issue
Block a user