[#SCT_get_source] = SCT_get_source :mrdocs: Get the origin of an SCT (TLS extension, OCSP response, and so on). == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- sct_source_t SCT_get_source(xref:SCT.adoc[SCT] const* sct); ---- == Return Value Source of the SCT. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#