提交 681bfae4 编写于 作者: B Bodo Möller

the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK

case of ssl3_accept
上级 5dd955dc
...@@ -540,6 +540,7 @@ int ssl3_accept(SSL *s) ...@@ -540,6 +540,7 @@ int ssl3_accept(SSL *s)
if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1); if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
} }
ret = 1;
goto end; goto end;
/* break; */ /* break; */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册