mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
SSL_get_rfc were documented but not implemented.
This commit is contained in:
parent
24cbf3efc6
commit
fa293e4e4b
@ -445,7 +445,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…
x
Reference in New Issue
Block a user