From: Beat Bolli Date: Thu, 30 Mar 2017 17:40:04 +0000 (+0200) Subject: doc/man3: fix SSL_SESSSION typos X-Git-Tag: OpenSSL_1_1_1-pre1~1364 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d42e7759f5a6be55345dc9410d98b3ccf6330d3f;p=oweals%2Fopenssl.git doc/man3: fix SSL_SESSSION typos Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1956) --- 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 - 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 - const char *SSL_SESSION_get0_hostname(const SSL_SESSSION *s); + const char *SSL_SESSION_get0_hostname(const SSL_SESSION *s); =head1 DESCRIPTION