Consistency with s2_... and s23_... variants (no real functional
[openssl.git] / ssl / s3_clnt.c
index 52dda37f6d63d0c95af402ff9e57a5a52755dba2..c3be69b928c3a1a71867cba29039d38f27317771 100644 (file)
@@ -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);
        }