Set client_version earlier in DTLS (this is 0.9.8 specific).
This commit is contained in:
parent
3e1158522a
commit
d4736ae701
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ again:
|
|||
goto f_err;
|
||||
}
|
||||
|
||||
s->client_version = version;
|
||||
/* now s->rstate == SSL_ST_READ_BODY */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue