From 4d635a700130cd521748b8c321f09373acf5339a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 25 Oct 2001 08:17:53 +0000 Subject: Consistency with s2_... and s23_... variants (no real functional change) --- ssl/s3_clnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s3_clnt.c') diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 52dda37f6d..c3be69b928 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -441,9 +441,9 @@ int ssl3_connect(SSL *s) skip=0; } end: + s->in_handshake--; if (cb != NULL) cb(s,SSL_CB_CONNECT_EXIT,ret); - s->in_handshake--; return(ret); } -- cgit v1.2.3