projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fa44c
)
mention SSL_do_handshake()
author
Bodo Möller
<bodo@openssl.org>
Mon, 29 Jul 2002 12:34:47 +0000
(12:34 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 29 Jul 2002 12:34:47 +0000
(12:34 +0000)
doc/ssl/SSL_get_error.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_get_error.pod
b/doc/ssl/SSL_get_error.pod
index f700bf0ace552aefafea7da040359f8a96a45c92..fe28dd942aee80c1f8d3effb7909ae66f3076a6c 100644
(file)
--- 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>.