From: Matt Caswell Date: Fri, 11 Sep 2015 12:39:04 +0000 (+0100) Subject: Minor documentation tweak X-Git-Tag: OpenSSL_1_1_0-pre1~353 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f3b9257f8239e06cc30cea47558d37fc540853ee Minor documentation tweak Update the return type for SSL_state in the documentation. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 37046c1cce..03e5e0a814 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -624,7 +624,9 @@ success or 0 on failure. =item int B(SSL *ssl); -=item int B(const SSL *ssl); +=item enum HANDSHAKE_STATE B(const SSL *ssl); + +Returns the current handshake state. =item char *B(const SSL *ssl);