[#CT_POLICY_EVAL_CTX_set_time] = CT_POLICY_EVAL_CTX_set_time :mrdocs: Set the time used when evaluating SCT timestamps in a policy context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CT_POLICY_EVAL_CTX_set_time( xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX]* ctx, uint64_t time_in_ms); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Policy evaluation context to update. | *time_in_ms* | Time since the Unix epoch in milliseconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#