mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
89a01e692f
commit
d42e7759f5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user