[openssl-dev] [openssl.org #4268] [typo?] doc/ssl/SSL_get_session.pod

Claus Assmann via RT rt at openssl.org
Sat Jan 23 13:24:31 UTC 2016


Not sure whether this patch is right, but AFAICT SSL_get_session()
does not return a "Pointer to an SSL".

diff --git a/doc/ssl/SSL_get_session.pod b/doc/ssl/SSL_get_session.pod
index d360e8a..d8aa705 100644
--- a/doc/ssl/SSL_get_session.pod
+++ b/doc/ssl/SSL_get_session.pod
@@ -58,7 +58,7 @@ The following return values can occur:
 
 There is no session available in B<ssl>.
 
-=item Pointer to an SSL
+=item Pointer to an SSL_SESSION
 
 The return value points to the data of an SSL session.
 




More information about the openssl-dev mailing list