commit | 61986d32f37cbaeaed08bd955ff27d35b72ea29a | [log] [tgz] |
---|---|---|
author | Viktor Dukhovni <openssl-users@dukhovni.org> | Thu Apr 16 01:50:03 2015 -0400 |
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | Thu Apr 16 13:44:59 2015 -0400 |
tree | a93f68aa58dd5dea6550887b9f44796d92a5b183 | |
parent | b65558328a9fcda5cef38857f9cc033c15ec1c32 [diff] [blame] |
Code style: space after 'if' Reviewed-by: Matt Caswell <matt@openssl.org>
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index a7dbbf6..7bb3a92 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c
@@ -3104,7 +3104,7 @@ s->s3 = s3; #ifndef OPENSSL_NO_SRP - if(!SSL_SRP_CTX_init(s)) + if (!SSL_SRP_CTX_init(s)) goto err; #endif s->method->ssl_clear(s);