Consistency with s2_... and s23_... variants (no real functional
[openssl.git] / ssl / s3_srvr.c
index 8c5b6e8c9cb658343bb6c90b6dbc7bfbd332d441..72a73cd9d0a5c802067a4d609bdd23c6b84bff40 100644 (file)
@@ -573,9 +573,9 @@ int ssl3_accept(SSL *s)
 end:
        /* BIO_flush(s->wbio); */
 
+       s->in_handshake--;
        if (cb != NULL)
                cb(s,SSL_CB_ACCEPT_EXIT,ret);
-       s->in_handshake--;
        return(ret);
        }