doc/man3: fix SSL_SESSSION typos
authorBeat Bolli <dev@drbeat.li>
Thu, 30 Mar 2017 17:40:04 +0000 (19:40 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Jun 2017 10:54:16 +0000 (11:54 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1956)

doc/man3/SSL_SESSION_get0_cipher.pod
doc/man3/SSL_SESSION_get0_hostname.pod

index 550009de6f9e05d642ebc8562e93a03da391f026..3732c57d31b640b9fb90984a29359ac4ccb6e821 100644 (file)
@@ -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
 
index 6f18544b6cde834b40a04f965140d3c4818a6a69..4ed7e40a863be95ac7248bbe004c3f09bed2fd9e 100644 (file)
@@ -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