Commit d42e7759 authored by Beat Bolli's avatar Beat Bolli Committed by Matt Caswell
Browse files

doc/man3: fix SSL_SESSSION typos

parent 89a01e69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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