aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBeat Bolli <dev@drbeat.li>2017-03-30 19:40:04 +0200
committerMatt Caswell <matt@openssl.org>2017-06-08 11:54:16 +0100
commitd42e7759f5a6be55345dc9410d98b3ccf6330d3f (patch)
treef5ac6bde40d7e0ac194ffbf1b33841d7891aed77 /doc
parent89a01e692f41cd4f048e706547c61a38342df604 (diff)
downloadopenssl-d42e7759f5a6be55345dc9410d98b3ccf6330d3f.tar.gz
doc/man3: fix SSL_SESSSION typos
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1956)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_SESSION_get0_cipher.pod2
-rw-r--r--doc/man3/SSL_SESSION_get0_hostname.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_SESSION_get0_cipher.pod b/doc/man3/SSL_SESSION_get0_cipher.pod
index 550009de6f..3732c57d31 100644
--- a/doc/man3/SSL_SESSION_get0_cipher.pod
+++ b/doc/man3/SSL_SESSION_get0_cipher.pod
@@ -8,7 +8,7 @@ SSL_SESSION_get0_cipher - retrieve the SSL cipher associated with a session
#include <openssl/ssl.h>
- const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSSION *s);
+ const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
=head1 DESCRIPTION
diff --git a/doc/man3/SSL_SESSION_get0_hostname.pod b/doc/man3/SSL_SESSION_get0_hostname.pod
index 6f18544b6c..4ed7e40a86 100644
--- a/doc/man3/SSL_SESSION_get0_hostname.pod
+++ b/doc/man3/SSL_SESSION_get0_hostname.pod
@@ -8,7 +8,7 @@ SSL_SESSION_get0_hostname - retrieve the SNI hostname associated with a session
#include <openssl/ssl.h>
- const char *SSL_SESSION_get0_hostname(const SSL_SESSSION *s);
+ const char *SSL_SESSION_get0_hostname(const SSL_SESSION *s);
=head1 DESCRIPTION