[#OCSP_response_status] = OCSP_response_status :mrdocs: Return the OCSPResponseStatus enumerated value from an OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_response_status(xref:OCSP_RESPONSE.adoc[OCSP_RESPONSE]* resp); ---- == Return Value Status code such as OCSP_RESPONSE_STATUS_SUCCESSFUL. == Parameters [cols="1,4"] |=== | Name| Description | *resp* | OCSP response to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#