提交 f3b9257f 编写于 作者: M Matt Caswell

Minor documentation tweak

Update the return type for SSL_state in the documentation.
Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 264ab6b1
......@@ -624,7 +624,9 @@ success or 0 on failure.
=item int B<SSL_shutdown>(SSL *ssl);
=item int B<SSL_state>(const SSL *ssl);
=item enum HANDSHAKE_STATE B<SSL_state>(const SSL *ssl);
Returns the current handshake state.
=item char *B<SSL_state_string>(const SSL *ssl);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册