[#SCT_set1_signature] = SCT_set1_signature :mrdocs: Set the SCT signature by copying `sig.` == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SCT_set1_signature( xref:SCT.adoc[SCT]* sct, unsigned char const* sig, size_t sig_len); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to update. | *sig* | Signature bytes to copy. | *sig_len* | Length of `sig` in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#