From d4736ae701cf2c5b4961066214ab03e8bce216aa Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 3 Oct 2007 10:18:06 +0000 Subject: [PATCH] Set client_version earlier in DTLS (this is 0.9.8 specific). --- ssl/d1_pkt.c | 1 + 1 file changed, 1 insertion(+) 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 */ } -- 2.25.1