[#SCT_print] = SCT_print :mrdocs: Pretty‐print a single Signed Certificate Timestamp to a BIO. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCT_print( xref:SCT.adoc[SCT] const* sct, xref:BIO.adoc[BIO]* out, int indent, xref:CTLOG_STORE.adoc[CTLOG_STORE] const* logs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to print. | *out* | Destination BIO. | *indent* | Number of leading spaces for each line. | *logs* | Optional CT log store used to resolve the log name, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#