Remove and return the OCSP request extension at index loc.
Declared in <openssl/ocsp.h>
X509_EXTENSION*
OCSP_REQUEST_delete_ext(
OCSP_REQUEST* x,
int loc);
Detached X509_EXTENSION the caller must free, or NULL if loc is invalid.
| Name | Description |
|---|---|
| x | OCSP request to update. |
| loc | Zero-based extension index. |