Code style: space after 'if'
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
@@ -166,7 +166,7 @@ int MAIN(int argc, char **argv)
|
||||
BIO_printf(bio_err, "Context too long\n");
|
||||
goto end;
|
||||
}
|
||||
if(!SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len)) {
|
||||
if (!SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len)) {
|
||||
BIO_printf(bio_err, "Error setting id context\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user