From: Richard Levitte Date: Mon, 16 Jul 2001 10:50:49 +0000 (+0000) Subject: SSL_get_rfc were documented but not implemented. X-Git-Tag: OpenSSL_0_9_6c~183 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7ca6deef3f966b31556385b6b8d1c1156fd6cc71;p=oweals%2Fopenssl.git SSL_get_rfc were documented but not implemented. --- 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)