Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-30 13:26:50 +0400
committerRichard Levitte <levitte@openssl.org>2002-07-30 13:26:50 +0400
commit7a0c6536e258c71d99ae1e7ffcf25e8acb813bf6 (patch)
treeaff59ccf821758f1587da50e8b7028598e3d85dd /doc
parentb5b000d77e05a9321bf847da4aa4efc9a0722091 (diff)
Merge in the latest changes from 0.9.6-stable.
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>.