Set the shared CT log store used when evaluating SCTs.
Declared in <openssl/ct.h>
void
CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(
CT_POLICY_EVAL_CTX* ctx,
CTLOG_STORE* log_store);
| Name | Description |
|---|---|
| ctx | Policy evaluation context to update. |
| log_store | Log store that must outlive ctx. |