[#GENERAL_NAME_print] = GENERAL_NAME_print :mrdocs: Print a GeneralName to a BIO in human‐readable form. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int GENERAL_NAME_print( xref:BIO.adoc[BIO]* out, xref:GENERAL_NAME.adoc[GENERAL_NAME]* gen); ---- == Return Value 1 on success. == Parameters [cols="1,4"] |=== | Name| Description | *out* | Destination BIO. | *gen* | GeneralName to print. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#