[#SCT_set_source] = SCT_set_source :mrdocs: Record where an SCT was obtained (TLS extension, OCSP, X.509 extension, etc.). == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SCT_set_source( xref:SCT.adoc[SCT]* sct, sct_source_t source); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to update. | *source* | Origin tag from sct_source_t. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#