projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
doc/man3: fix SSL_SESSSION typos
[openssl.git]
/
doc
/
man3
/
SSL_SESSION_get0_hostname.pod
diff --git
a/doc/man3/SSL_SESSION_get0_hostname.pod
b/doc/man3/SSL_SESSION_get0_hostname.pod
index 6f18544b6cde834b40a04f965140d3c4818a6a69..4ed7e40a863be95ac7248bbe004c3f09bed2fd9e 100644
(file)
--- 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 <openssl/ssl.h>
- const char *SSL_SESSION_get0_hostname(const SSL_SESS
S
ION *s);
+ const char *SSL_SESSION_get0_hostname(const SSL_SESSION *s);
=head1 DESCRIPTION