Consistency with s2_... and s23_... variants (no real functional
change)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user