提交 4d635a70 编写于 作者: B Bodo Möller

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

change)
上级 ce15d5a9
......@@ -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);
}
......
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册