Tweaks for comments due to indent's inability to handle them

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Matt Caswell
2015-01-21 21:22:49 +00:00
parent 0f6c965823
commit f7b36402d6
6 changed files with 59 additions and 17 deletions

View File

@@ -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);