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