From d42e7759f5a6be55345dc9410d98b3ccf6330d3f Mon Sep 17 00:00:00 2001 From: Beat Bolli Date: Thu, 30 Mar 2017 19:40:04 +0200 Subject: [PATCH] doc/man3: fix SSL_SESSSION typos Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1956) --- doc/man3/SSL_SESSION_get0_cipher.pod | 2 +- doc/man3/SSL_SESSION_get0_hostname.pod | 2 +- 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 - 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 -- 2.25.1