projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8354f53
)
Fix a typo in SSL_CTX_set_session_ticket_cb.pod
author
Benjamin Kaduk
<bkaduk@akamai.com>
Thu, 28 May 2020 21:34:10 +0000
(14:34 -0700)
committer
Benjamin Kaduk
<kaduk@mit.edu>
Sat, 6 Jun 2020 00:11:58 +0000
(17:11 -0700)
"SSL" takes two esses, not three.
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12038)
(cherry picked from commit
09527c493596060544bda92ecd0d8ef40a366c5e
)
doc/man3/SSL_CTX_set_session_ticket_cb.pod
patch
|
blob
|
history
diff --git
a/doc/man3/SSL_CTX_set_session_ticket_cb.pod
b/doc/man3/SSL_CTX_set_session_ticket_cb.pod
index f3dfb62c231c61bfd9ab1b6e02bad65bc0dde57f..99d2f29ac6d9eb704da5d0574714800adeae2544 100644
(file)
--- a/
doc/man3/SSL_CTX_set_session_ticket_cb.pod
+++ b/
doc/man3/SSL_CTX_set_session_ticket_cb.pod
@@
-177,7
+177,7
@@
L<SSL_get_session(3)>
=head1 HISTORY
-The SSL_CTX_set_session_ticket_cb(), SS
S
L_SESSION_set1_ticket_appdata()
+The SSL_CTX_set_session_ticket_cb(), SSL_SESSION_set1_ticket_appdata()
and SSL_SESSION_get_ticket_appdata() functions were added in OpenSSL 1.1.1.
=head1 COPYRIGHT