summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-10-03 10:18:06 +0000
committerAndy Polyakov <appro@openssl.org>2007-10-03 10:18:06 +0000
commitd4736ae701cf2c5b4961066214ab03e8bce216aa (patch)
tree1e5c01f8b6ad4310b7c29ffc4bf6423308c0dcbc
parent3e1158522a6fcb41d3a8761b07ba5c41f1cbf3bd (diff)
downloadopenssl-new-d4736ae701cf2c5b4961066214ab03e8bce216aa.tar.gz
Set client_version earlier in DTLS (this is 0.9.8 specific).
-rw-r--r--ssl/d1_pkt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/d1_pkt.c b/ssl/d1_pkt.c
index 6a68dd110e..b1248770b5 100644
--- 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 */
}