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