[#OCSP_resp_count] = OCSP_resp_count :mrdocs: Return the number of SingleResponse entries in a basic OCSP response. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_resp_count(xref:OCSP_BASICRESP.adoc[OCSP_BASICRESP]* bs); ---- == Return Value Number of single responses, or 0 if none. == Parameters [cols="1,4"] |=== | Name| Description | *bs* | Basic OCSP response to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#