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)
This commit is contained in:
Beat Bolli 2017-03-30 19:40:04 +02:00 committed by Matt Caswell
parent 89a01e692f
commit d42e7759f5
2 changed files with 2 additions and 2 deletions

View 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

View 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