Rerun util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
@@ -484,8 +484,7 @@ static int get_client_master_key(SSL *s)
|
||||
if ((i < 0) || ((!is_export && (i != EVP_CIPHER_key_length(c)))
|
||||
|| (is_export && ((i != ek)
|
||||
|| (s->s2->tmp.clear +
|
||||
(unsigned int)i !=
|
||||
(unsigned int)
|
||||
(unsigned int)i != (unsigned int)
|
||||
EVP_CIPHER_key_length(c)))))) {
|
||||
ERR_clear_error();
|
||||
if (is_export)
|
||||
|
Reference in New Issue
Block a user