From dbcbcc122b785f597c92b0d70feff97c43c18b02 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 24 May 2017 13:40:47 +0200 Subject: [PATCH] src: add comment for TicketKeyCallback Fixes: https://github.com/nodejs/node/issues/13176 --- src/node_crypto.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node_crypto.cc b/src/node_crypto.cc index 19cc30ee41f410..3c28b4719c571a 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -1202,6 +1202,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo& args) { } +// Currently, EnableTicketKeyCallback and TicketKeyCallback are only present for +// the regression test in test/parallel/test-https-resume-after-renew.js. void SecureContext::EnableTicketKeyCallback( const FunctionCallbackInfo& args) { SecureContext* wrap;