[#ASN1_GENERALIZEDTIME_print] = ASN1_GENERALIZEDTIME_print :mrdocs: Print an ASN.1 GeneralizedTime to a BIO in a human‐readable form. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_GENERALIZEDTIME_print( xref:BIO.adoc[BIO]* fp, xref:ASN1_GENERALIZEDTIME.adoc[ASN1_GENERALIZEDTIME] const* a); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *fp* | BIO that receives the formatted timestamp text. | *a* | GeneralizedTime value to print. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#