CT_POLICY_EVAL_CTX_free

Delete a policy evaluation context and anything it owns.

Synopsis

Declared in <openssl/ct.h>

void
CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX* ctx);

Parameters

NameDescription
ctxPolicy evaluation context to free, or NULL.