[#CMS_signed_delete_attr] = CMS_signed_delete_attr :mrdocs: Remove and return the signed attribute at index `loc` from a CMS SignerInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_ATTRIBUTE.adoc[X509_ATTRIBUTE]* CMS_signed_delete_attr( xref:CMS_SignerInfo.adoc[CMS_SignerInfo]* si, int loc); ---- == Return Value Removed attribute (caller frees with X509_ATTRIBUTE_free), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *si* | SignerInfo whose signedAttrs set is modified. | *loc* | Zero‐based index of the attribute to delete. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#