提交 b4a98616 编写于 作者: R Rob Percival 提交者: Matt Caswell

Add comment about calling CT_POLICY_EVAL_CTX_free

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 efa00a46
......@@ -61,7 +61,11 @@ DEFINE_STACK_OF(CTLOG)
* CT policy evaluation context functions *
******************************************/
/* Creates a new, empty policy evaluation context */
/*
* Creates a new, empty policy evaluation context.
* The caller is responsible for calling CT_POLICY_EVAL_CTX_free when finished
* with the CT_POLICY_EVAL_CTX.
*/
CT_POLICY_EVAL_CTX *CT_POLICY_EVAL_CTX_new(void);
/* Deletes a policy evaluation context and anything it owns. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册