The branch master has been updated
       via  56bc3ea0a49b8aa99a4b031e7cb48ea87fe28e2d (commit)
      from  425dde5d75a6ffff9a1027107711b99da39e3519 (commit)


- Log -----------------------------------------------------------------
commit 56bc3ea0a49b8aa99a4b031e7cb48ea87fe28e2d
Author: FdaSilvaYY <[email protected]>
Date:   Wed Oct 17 22:30:32 2018 +0200

    Doc: fix reference to deprecated methods.
    
    Reviewed-by: Paul Yang <[email protected]>
    Reviewed-by: Paul Dale <[email protected]>
    Reviewed-by: Matthias St. Pierre <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/7705)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 50a31c8..9013abc 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<ctx> and I<hctx> have been
-initialised with EVP_CIPHER_CTX_init and HMAC_CTX_init respectively.
+initialised with L<EVP_CIPHER_CTX_reset(3)> and L<HMAC_CTX_reset(3)> 
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,
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to