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:
3e11585
)
Set client_version earlier in DTLS (this is 0.9.8 specific).
author
Andy Polyakov
<appro@openssl.org>
Wed, 3 Oct 2007 10:18:06 +0000
(10:18 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 3 Oct 2007 10:18:06 +0000
(10:18 +0000)
ssl/d1_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/d1_pkt.c
b/ssl/d1_pkt.c
index 6a68dd110e4a09f1c902bd5de77ab9b616d96211..b1248770b59c56409ba50fcb48130f7f2f22a435 100644
(file)
--- a/
ssl/d1_pkt.c
+++ b/
ssl/d1_pkt.c
@@
-561,6
+561,7
@@
again:
goto f_err;
}
+ s->client_version = version;
/* now s->rstate == SSL_ST_READ_BODY */
}