Commit b4a98616 authored by Rob Percival's avatar Rob Percival Committed by Matt Caswell
Browse files

Add comment about calling CT_POLICY_EVAL_CTX_free

parent efa00a46
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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. */