summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 21:22:49 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:52:28 +0000
commitd26667b28f2d8c675ec02e59308712e778ae73a2 (patch)
tree8bf2e3152a24fc7adb556afe59e2142642cfe805 /ssl/s3_srvr.c
parent13270477f4ac286c2f86493159418a047187ccd6 (diff)
Tweaks for comments due to indent's inability to handle them
Conflicts: ssl/s3_srvr.c Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 38ba566320..778c048a28 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -1008,7 +1008,8 @@ int ssl3_get_client_hello(SSL *s)
s->s3->tmp.new_compression=NULL;
#ifndef OPENSSL_NO_COMP
if (s->ctx->comp_methods != NULL)
- { /* See if we have a match */
+ {
+ /* See if we have a match */
int m,nn,o,v,done=0;
nn=sk_SSL_COMP_num(s->ctx->comp_methods);