add SSL_CONF functions and documentation (backport from HEAD)
[oweals/openssl.git] / doc / ssl / SSL_get_fd.pod
index a3f76259316f554924b1191646f1525849d42e80..89260b522ca2507cdfb0ba5964d176522fc5a1e6 100644 (file)
@@ -8,9 +8,9 @@ SSL_get_fd - get file descriptor linked to an SSL object
 
  #include <openssl/ssl.h>
 
- 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