summaryrefslogtreecommitdiff
path: root/doc/ssl
diff options
context:
space:
mode:
authorbodo <bodo>2002-07-29 12:35:19 +0000
committerbodo <bodo>2002-07-29 12:35:19 +0000
commit107173f97feb5e1e55a45e24078b3dc4e91106ff (patch)
tree216adb3a2015ca187f8b026a7b6d5c2a60550004 /doc/ssl
parent17b7ffdbc9b2ee3a6dbe4e55c98918981d942546 (diff)
downloadopenssl-107173f97feb5e1e55a45e24078b3dc4e91106ff.tar.gz
mention SSL_do_handshake()
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_get_error.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod
index f700bf0ac..fe28dd942 100644
--- a/doc/ssl/SSL_get_error.pod
+++ b/doc/ssl/SSL_get_error.pod
@@ -13,7 +13,7 @@ SSL_get_error - obtain result code for TLS/SSL I/O operation
=head1 DESCRIPTION
SSL_get_error() returns a result code (suitable for the C "switch"
-statement) for a preceding call to SSL_connect(), SSL_accept(),
+statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
SSL_read(), SSL_peek(), or SSL_write() on B<ssl>. The value returned by
that TLS/SSL I/O function must be passed to SSL_get_error() in parameter
B<ret>.