summaryrefslogtreecommitdiffstats
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:20:09 +0000
commitdf6741c9a0c499e1834352b2a7a7f7a5d59256b8 (patch)
treea5fab2acdf0c3b57842ea561f3ddcef3be899cef
parent68d39f3ce6ff4f65170d94f7310b3f485f33328d (diff)
Tweaks for comments due to indent's inability to handle them
Conflicts: demos/tunala/tunala.h engines/e_padlock.c ssl/s2_clnt.c ssl/s2_lib.c ssl/s2_srvr.c ssl/s3_srvr.c Reviewed-by: Tim Hudson <tjh@openssl.org>
-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 df737bd034..5ec671a7bc 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -1306,7 +1306,8 @@ int ssl3_get_client_hello(SSL *s)
else if (s->hit)
comp = NULL;
else if (ssl_allow_compression(s) && 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);