Code style: space after 'if'
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
@@ -533,7 +533,7 @@ int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,
|
||||
*comp = NULL;
|
||||
}
|
||||
/* If were only interested in comp then return success */
|
||||
if((enc == NULL) && (md == NULL))
|
||||
if ((enc == NULL) && (md == NULL))
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user