Set client_version earlier in DTLS (this is 0.9.8 specific).
authorAndy Polyakov <appro@openssl.org>
Wed, 3 Oct 2007 10:18:06 +0000 (10:18 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 3 Oct 2007 10:18:06 +0000 (10:18 +0000)
ssl/d1_pkt.c

index 6a68dd110e4a09f1c902bd5de77ab9b616d96211..b1248770b59c56409ba50fcb48130f7f2f22a435 100644 (file)
@@ -561,6 +561,7 @@ again:
                        goto f_err;
                        }
 
+               s->client_version = version;
                /* now s->rstate == SSL_ST_READ_BODY */
                }