From: FdaSilvaYY Date: Wed, 17 Oct 2018 20:30:32 +0000 (+0200) Subject: Doc: fix reference to deprecated methods. X-Git-Tag: openssl-3.0.0-alpha1~2758 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56bc3ea0a49b8aa99a4b031e7cb48ea87fe28e2d;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) --- 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 50a31c8731..9013abc2a2 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,