Code style: space after 'if'
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
@@ -687,7 +687,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file)
|
||||
int r;
|
||||
unsigned long err;
|
||||
|
||||
if(!SSL_CTX_clear_chain_certs(ctx)) {
|
||||
if (!SSL_CTX_clear_chain_certs(ctx)) {
|
||||
ret = 0;
|
||||
goto end;
|
||||
}
|
||||
|
Reference in New Issue
Block a user