Skip to content

Commit

Permalink
SSL_get_rfc were documented but not implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Jul 16, 2001
1 parent 24cbf3e commit fa293e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/ssl_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa293e4

Please sign in to comment.