projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d39f3
)
Tweaks for comments due to indent's inability to handle them
author
Matt Caswell
<matt@openssl.org>
Wed, 21 Jan 2015 21:22:49 +0000
(21:22 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:20:09 +0000
(09:20 +0000)
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>
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index df737bd03442999a7f1b9422b1567af488eeca81..5ec671a7bc4f0ff4c1563f1706566cc613b97b9e 100644
(file)
--- 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);