Return the single-request entry at index i in an OCSP request.
Declared in <openssl/ocsp.h>
OCSP_ONEREQ*
OCSP_request_onereq_get0(
OCSP_REQUEST* req,
int i);
Internal OCSP_ONEREQ pointer, or NULL if i is out of range.
| Name | Description |
|---|---|
| req | OCSP request to query. |
| i | Zero-based index into the requestList. |