summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index cd110ca1e6..11d8e4eac3 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -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)