Consistency with s2_... and s23_... variants (no real functional

change)
This commit is contained in:
Bodo Möller
2001-10-25 08:18:56 +00:00
parent 3e9ae0c462
commit 0b9925be4f
2 changed files with 2 additions and 2 deletions

View File

@@ -561,9 +561,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);
}