From f3b9257f8239e06cc30cea47558d37fc540853ee Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 11 Sep 2015 13:39:04 +0100 Subject: [PATCH] Minor documentation tweak Update the return type for SSL_state in the documentation. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- doc/ssl/ssl.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.25.1