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

SSL_get_rfc were documented but not implemented.

上级 24cbf3ef
...@@ -445,7 +445,7 @@ BIO *SSL_get_wbio(SSL *s) ...@@ -445,7 +445,7 @@ BIO *SSL_get_wbio(SSL *s)
int SSL_get_fd(SSL *s) int SSL_get_fd(SSL *s)
{ {
return(SSL_get_rfc(s)); return(SSL_get_rfd(s));
} }
int SSL_get_rfd(SSL *s) int SSL_get_rfd(SSL *s)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册