summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-04-20 11:21:13 -0400
committerTomas Mraz <tomas@openssl.org>2021-04-22 18:11:18 +0200
commit078fa35c7bd7e7392b07e032297a341fef695c42 (patch)
tree50fd7a1c0acb1738da548581434e25b4fdb177d9 /include
parent1f3b58d8413cfa3824e9c0a146dee6ceedbc367e (diff)
Remove an unused parameter
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14943)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cms.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/cms.h.in b/include/openssl/cms.h.in
index ba86ad1cab..451191b796 100644
--- a/include/openssl/cms.h.in
+++ b/include/openssl/cms.h.in
@@ -343,7 +343,7 @@ CMS_ReceiptRequest *CMS_ReceiptRequest_create0_ex(
unsigned char *id, int idlen, int allorfirst,
STACK_OF(GENERAL_NAMES) *receiptList,
STACK_OF(GENERAL_NAMES) *receiptsTo,
- OSSL_LIB_CTX *ctx, const char *propq);
+ OSSL_LIB_CTX *ctx);
int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,