summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-16 10:50:29 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-16 10:50:29 +0000
commitfa293e4e4b2d4ac920ceb44c6684d637ffe4d453 (patch)
tree4d4a3fd6740aa99c000bd46a69c7eed29bd043d9 /ssl
parent24cbf3efc68cc3b6f41c39960e72f69b0ed9fe60 (diff)
SSL_get_rfc were documented but not implemented.
Diffstat (limited to 'ssl')
-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 463ed16020..34510963dc 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -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)