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

index cd110ca1e60b1307a0a1b3587f24e580c8813e80..11d8e4eac3578525c74a05889f5581f2bc19f644 100644 (file)
@@ -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)