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:38:11 +0000
commitf7b36402d6533eb16c42bda45af8de7008cc074f (patch)
treeab99539aecb4c6486e1f9815d29720fc3cbd0cd8 /ssl/s3_srvr.c
parent0f6c9658231a41492680c55c8a9d55dc83485a89 (diff)
Tweaks for comments due to indent's inability to handle them
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 506fb9feeb..6f4e0cf330 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -1333,7 +1333,8 @@ int ssl3_get_client_hello(SSL *s)
else if (s->hit)
comp = NULL;
else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods)
- { /* 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);