Remove and return the unsigned attribute at an index in a CMS SignerInfo.
Declared in <openssl/cms.h>
X509_ATTRIBUTE*
CMS_unsigned_delete_attr(
CMS_SignerInfo* si,
int loc);
Removed X509_ATTRIBUTE (caller owns it), or NULL on error.
| Name | Description |
|---|---|
| si | SignerInfo whose unsignedAttrs are modified. |
| loc | Zero-based index of the attribute to remove. |