From 7ca6deef3f966b31556385b6b8d1c1156fd6cc71 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 16 Jul 2001 10:50:49 +0000 Subject: [PATCH] SSL_get_rfc were documented but not implemented. --- ssl/ssl_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1