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:
Matt Caswell 2015-09-11 13:39:04 +01:00
parent 264ab6b1cd
commit f3b9257f82

View file

@ -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);