[#CT_POLICY_EVAL_CTX_new] = CT_POLICY_EVAL_CTX_new :mrdocs: Create an empty CT policy evaluation context with the default library context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX]* CT_POLICY_EVAL_CTX_new(); ---- == Return Value New context, or NULL on error; free with CT_POLICY_EVAL_CTX_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#