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