SSL_get_rfc were documented but not implemented.
This commit is contained in:
parent
026dad0f3b
commit
7ca6deef3f
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ BIO *SSL_get_wbio(SSL *s)
|
|||
|
||||
int SSL_get_fd(SSL *s)
|
||||
{
|
||||
return(SSL_get_rfc(s));
|
||||
return(SSL_get_rfd(s));
|
||||
}
|
||||
|
||||
int SSL_get_rfd(SSL *s)
|
||||
|
|
Loading…
Reference in a new issue