[#SCT_set0_signature] = SCT_set0_signature :mrdocs: Set the SCT signature by taking ownership of the given buffer. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCT_set0_signature( xref:SCT.adoc[SCT]* sct, unsigned char* sig, size_t sig_len); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to update. | *sig* | Signature bytes; the SCT takes ownership. | *sig_len* | Length of `sig` in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#