summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-27 00:55:19 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-27 02:02:22 -0500
commit8f243018d2e5e4dfe988906849a7f30532e288aa (patch)
treea0ef067b37df1a42b32daf0b0e02a79261bb5e76 /doc/ssl
parentf006217bb628d05a2d5b866ff252bd94e3477e1f (diff)
Doc fixes suggested by Claus Assmann
RT4264, RT4268 Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_get_session.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get_session.pod b/doc/ssl/SSL_get_session.pod
index d360e8a3bb..d8aa705ae6 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.