From 3cb08a4fb1e82eadd09a39028a5abfe51c1d8f31 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Sep 2003 19:32:12 +0000 Subject: [PATCH] Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B. PR: 679 --- ssl/s3_clnt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 60c97ee629..b98b79840a 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -1608,6 +1608,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; } -- 2.25.1