Return the single-request extension at index loc.
Declared in <openssl/ocsp.h>
X509_EXTENSION*
OCSP_ONEREQ_get_ext(
OCSP_ONEREQ* x,
int loc);
Internal X509_EXTENSION pointer, or NULL if loc is out of range.
| Name | Description |
|---|---|
| x | Single OCSP request entry to query. |
| loc | Zero-based extension index. |