Remove and return the extension at index loc from an extension stack.
Declared in <openssl/x509.h>
X509_EXTENSION*
X509v3_delete_ext(
stack_st_X509_EXTENSION* x,
int loc);
Detached X509_EXTENSION (caller frees), or NULL if loc is invalid.
| Name | Description |
|---|---|
| x | Extension stack to update. |
| loc | Zero-based extension index. |