Add comment about calling CT_POLICY_EVAL_CTX_free
[openssl.git] / include / openssl / ct.h
index 6cedb693c0c04e5ab2b5270d78da0a9dbba7fab7..2a67731520a1cc04266df96df3e56ebc409cdf23 100644 (file)
@@ -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. */