提交 df6741c9 编写于 作者: M Matt Caswell

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: NTim Hudson <tjh@openssl.org>
上级 68d39f3c
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册