Append an empty RevocationInfoChoice to a CMS ContentInfo's CRL set.
Declared in <openssl/cms.h>
CMS_RevocationInfoChoice*
CMS_add0_RevocationInfoChoice(CMS_ContentInfo* cms);
Internal pointer to the new choice (populate type and contents), or NULL on error.
| Name | Description |
|---|---|
| cms | ContentInfo of type signed data or (authenticated) enveloped data. |