SSL_get_rfc were documented but not implemented.
authorRichard Levitte <levitte@openssl.org>
Mon, 16 Jul 2001 10:50:29 +0000 (10:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 16 Jul 2001 10:50:29 +0000 (10:50 +0000)
ssl/ssl_lib.c

index 463ed16020afa8e79582a059423cd583e95b6521..34510963dc58bc1e42b8acb0388c9b986f201798 100644 (file)
@@ -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)