[#SCT_set_version] = SCT_set_version :mrdocs: Set the Certificate Transparency version of an SCT. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SCT_set_version( xref:SCT.adoc[SCT]* sct, sct_version_t version); ---- == Return Value 1 if `version` is supported, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to update. | *version* | SCT version to set; only SCT_VERSION_V1 is currently supported. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#