diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-07-29 19:10:21 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-07-29 19:10:21 +0000 |
| commit | f6ab039488466ffbd3f3833901c0e7d3b4f54228 (patch) | |
| tree | 540130ae2c7e1fe4219bbd47c0c8e30f8b396c81 /crypto/openssl/doc/ssl/SSL_get_default_timeout.pod | |
| parent | 302981e72a4395374caaf048919a3b06f61f5a69 (diff) | |
| parent | 3b4e3dcb9f42dc9f4f864acf804677d7a3e0c233 (diff) | |
Notes
Diffstat (limited to 'crypto/openssl/doc/ssl/SSL_get_default_timeout.pod')
| -rw-r--r-- | crypto/openssl/doc/ssl/SSL_get_default_timeout.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/ssl/SSL_get_default_timeout.pod b/crypto/openssl/doc/ssl/SSL_get_default_timeout.pod index 8d43b31345df..a648a9b82df6 100644 --- a/crypto/openssl/doc/ssl/SSL_get_default_timeout.pod +++ b/crypto/openssl/doc/ssl/SSL_get_default_timeout.pod @@ -8,7 +8,7 @@ SSL_get_default_timeout - get default session timeout value #include <openssl/ssl.h> - long SSL_get_default_timeout(SSL *ssl); + long SSL_get_default_timeout(const SSL *ssl); =head1 DESCRIPTION |
