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