Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.
PR: 680
This commit is contained in:
parent
a5bb5c9688
commit
a01fc63c11
1 changed files with 1 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ static int ssl3_send_certificate_request(SSL *s)
|
|||
s->init_num += 4;
|
||||
#endif
|
||||
|
||||
s->state = SSL3_ST_SW_CERT_REQ_B;
|
||||
}
|
||||
|
||||
/* SSL3_ST_SW_CERT_REQ_B */
|
||||
|
|
Loading…
Reference in a new issue