提交 c6def253 编写于 作者: R Richard Levitte

Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

上级 dd3430a6
......@@ -8,7 +8,7 @@ SSL_clear - reset SSL object to allow another connection
#include <openssl/ssl.h>
int *SSL_clear(SSL *ssl);
int SSL_clear(SSL *ssl);
=head1 DESCRIPTION
......
......@@ -8,7 +8,7 @@ SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect
#include <openssl/ssl.h>
int *SSL_set_session(SSL *ssl, SSL_SESSION *session);
int SSL_set_session(SSL *ssl, SSL_SESSION *session);
=head1 DESCRIPTION
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册