[#OCSP_ONEREQ_get_ext_by_critical] = OCSP_ONEREQ_get_ext_by_critical :mrdocs: Find the next single‐request extension with criticality `crit.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_ONEREQ_get_ext_by_critical( xref:OCSP_ONEREQ.adoc[OCSP_ONEREQ]* x, int crit, int lastpos); ---- == Return Value Extension index, or ‐1 if not found. == Parameters [cols="1,4"] |=== | Name| Description | *x* | Single OCSP request entry whose extensions are searched. | *crit* | Nonzero to match critical extensions, zero for non‐critical. | *lastpos* | Index after which to search, or ‐1 to start from the beginning. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#