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:
264ab6b
)
Minor documentation tweak
author
Matt Caswell
<matt@openssl.org>
Fri, 11 Sep 2015 12:39:04 +0000
(13:39 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 30 Oct 2015 08:39:46 +0000
(08:39 +0000)
Update the return type for SSL_state in the documentation.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/ssl/ssl.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/ssl.pod
b/doc/ssl/ssl.pod
index 37046c1cce95db611c56625c56b0e54084078b78..03e5e0a814a21df9fed0375eb0ad75fd9a3433d8 100644
(file)
--- a/
doc/ssl/ssl.pod
+++ b/
doc/ssl/ssl.pod
@@
-624,7
+624,9
@@
success or 0 on failure.
=item int B<SSL_shutdown>(SSL *ssl);
-=item int B<SSL_state>(const SSL *ssl);
+=item enum HANDSHAKE_STATE B<SSL_state>(const SSL *ssl);
+
+Returns the current handshake state.
=item char *B<SSL_state_string>(const SSL *ssl);