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