From: FdaSilvaYY Date: Wed, 17 Oct 2018 20:30:32 +0000 (+0200) Subject: Doc: fix reference to deprecated methods. X-Git-Tag: OpenSSL_1_1_1b~141 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=deab38a4638bf0728bcdf4c161618818b5557573;p=oweals%2Fopenssl.git Doc: fix reference to deprecated methods. Reviewed-by: Paul Yang Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7705) (cherry picked from commit 56bc3ea0a49b8aa99a4b031e7cb48ea87fe28e2d) --- diff --git a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod index 9b448db664..7a4bb34270 100644 --- a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod +++ b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod @@ -38,7 +38,7 @@ ticket information or it starts a full TLS handshake to create a new session ticket. Before the callback function is started I and I have been -initialised with EVP_CIPHER_CTX_init and HMAC_CTX_init respectively. +initialised with L and L respectively. For new sessions tickets, when the client doesn't present a session ticket, or an attempted retrieval of the ticket failed, or a renew option was indicated,