summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-29 12:35:19 +0000
committerBodo Möller <bodo@openssl.org>2002-07-29 12:35:19 +0000
commit02750ff56fa327ba1bc53f331628f6b29e611f96 (patch)
treead5bb114c9a6eb899eec186320a5d8f348b3b6a2 /doc/ssl
parent0bee0e6294882b18ffa0053597532058a19d6f89 (diff)
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 f700bf0ace..fe28dd942a 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>.