summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get_fd.pod
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-03-30 11:50:14 +0000
committerNils Larsch <nils@openssl.org>2005-03-30 11:50:14 +0000
commitc3e6402857a60f61cac60d56793e8a8b79cebe90 (patch)
tree54954e4ee45251fbbdf5101462a6e6a16a5b0523 /doc/ssl/SSL_get_fd.pod
parent0821bcd4de85b527281714dd6c4d9683f0e713c4 (diff)
update docs (recent constification)
Diffstat (limited to 'doc/ssl/SSL_get_fd.pod')
-rw-r--r--doc/ssl/SSL_get_fd.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ssl/SSL_get_fd.pod b/doc/ssl/SSL_get_fd.pod
index a3f7625931..89260b522c 100644
--- a/doc/ssl/SSL_get_fd.pod
+++ b/doc/ssl/SSL_get_fd.pod
@@ -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