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