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
Name |
Description |
ctx |
Policy evaluation context to free, or NULL. |
Created with MrDocs