aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get_error.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-16 16:05:34 +0000
committerBodo Möller <bodo@openssl.org>2000-09-16 16:05:34 +0000
commit37b08e836541a48c253ce3ba0af4e6eb8a7972d5 (patch)
treec99cba1216394426cf0f3a67b4d46b6a7c5cb130 /doc/ssl/SSL_get_error.pod
parent318f962928ce47dfc083db43429a9b4e112b7d67 (diff)
downloadopenssl-37b08e836541a48c253ce3ba0af4e6eb8a7972d5.tar.gz
SSL => TLS/SSL
Diffstat (limited to 'doc/ssl/SSL_get_error.pod')
-rw-r--r--doc/ssl/SSL_get_error.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod
index 8e76e1e69e..d85b564258 100644
--- a/doc/ssl/SSL_get_error.pod
+++ b/doc/ssl/SSL_get_error.pod
@@ -55,7 +55,7 @@ For socket B<BIO>s (e.g. when SSL_set_fd() was used) this means that
select() or poll() on the underlying socket can be used to find out
when the TLS/SSL I/O function should be retried.
-Caveat: Any SSL I/O function can lead to either of
+Caveat: Any TLS/SSL I/O function can lead to either of
B<SSL_ERROR_WANT_READ> and B<SSL_ERROR_WANT_WRITE>, i.e. SSL_read()
may want to write data and SSL_write() may want to read data.
@@ -63,7 +63,7 @@ may want to write data and SSL_write() may want to read data.
The operation did not complete because an application callback set by
SSL_CTX_set_client_cert_cb() has asked to be called again.
-The SSL I/O function should be called again later.
+The TLS/SSL I/O function should be called again later.
Details depend on the application.
=item SSL_ERROR_SYSCALL