[#OCSP_ONEREQ_get_ext] = OCSP_ONEREQ_get_ext :mrdocs: Return the single‐request extension at index `loc.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_EXTENSION.adoc[X509_EXTENSION]* OCSP_ONEREQ_get_ext( xref:OCSP_ONEREQ.adoc[OCSP_ONEREQ]* x, int loc); ---- == Return Value Internal X509_EXTENSION pointer, or NULL if `loc` is out of range. == Parameters [cols="1,4"] |=== | Name| Description | *x* | Single OCSP request entry to query. | *loc* | Zero‐based extension index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#