summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-29 12:34:47 +0000
committerBodo Möller <bodo@openssl.org>2002-07-29 12:34:47 +0000
commit693dc88fc6a6ce69f820b2d3748abf38f0a84f4b (patch)
treef9716f08d86354a8f1832e0a0fc8ee1e03bc864a /doc
parentc3fa44cb1756adbaa26c501b7e3b660ae97a4f08 (diff)
mention SSL_do_handshake()
Diffstat (limited to 'doc')
-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>.