Add a CMS signed receipt request to a SignerInfo.
Declared in <openssl/cms.h>
int
CMS_add1_ReceiptRequest(
CMS_SignerInfo* si,
CMS_ReceiptRequest* rr);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| si | SignerInfo that receives the receipt request attribute. |
| rr | Receipt request to add (caller retains ownership of rr). |