Minor documentation tweak
Update the return type for SSL_state in the documentation. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
264ab6b1cd
commit
f3b9257f82
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue