[#OCSP_RESPONSE_print] = OCSP_RESPONSE_print :mrdocs: Print an OCSP response in human‐readable form to a BIO. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_RESPONSE_print( xref:BIO.adoc[BIO]* bp, xref:OCSP_RESPONSE.adoc[OCSP_RESPONSE]* o, unsigned long flags); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | Destination BIO. | *o* | OCSP response to print. | *flags* | Reserved print flags; pass 0. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#