mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +08:00
Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.
PR: 679
This commit is contained in:
parent
e59659dc41
commit
ba9f80c5d5
@ -2161,6 +2161,7 @@ static int ssl3_send_client_verify(SSL *s)
|
||||
*(d++)=SSL3_MT_CERTIFICATE_VERIFY;
|
||||
l2n3(n,d);
|
||||
|
||||
s->state=SSL3_ST_CW_CERT_VRFY_B;
|
||||
s->init_num=(int)n+4;
|
||||
s->init_off=0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user