summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-16 10:50:49 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-16 10:50:49 +0000
commit7ca6deef3f966b31556385b6b8d1c1156fd6cc71 (patch)
tree6b908b3afbb0c5384d49623c64b90104e7997475
parent026dad0f3b872f9030e061174f10afbef0b0c4a1 (diff)
SSL_get_rfc were documented but not implemented.
-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)