X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_get_fd.pod;h=19e52d68d08c6b0846acfc7eb36f78aef0ae1f83;hp=0ed21d5f15fcdfcdf583cb30db44d2892dbd3ab5;hb=aafbe1ccd28439d0eb484f5b889272cbc71d62b5;hpb=cc99526db1ee5b948736f6b07958a786fec1240b diff --git a/doc/ssl/SSL_get_fd.pod b/doc/ssl/SSL_get_fd.pod index 0ed21d5f15..19e52d68d0 100644 --- a/doc/ssl/SSL_get_fd.pod +++ b/doc/ssl/SSL_get_fd.pod @@ -2,15 +2,15 @@ =head1 NAME -SSL_get_fd - Get file descriptor linked to an SSL +SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object =head1 SYNOPSIS #include - int SSL_get_fd(SSL *ssl); - int SSL_get_rfd(SSL *ssl); - int SSL_get_wfd(SSL *ssl); + int SSL_get_fd(const SSL *ssl); + int SSL_get_rfd(const SSL *ssl); + int SSL_get_wfd(const SSL *ssl); =head1 DESCRIPTION