summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cms/cms.h')
-rw-r--r--src/lib/libcrypto/cms/cms.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/cms/cms.h b/src/lib/libcrypto/cms/cms.h
index ecb516b203..d639667777 100644
--- a/src/lib/libcrypto/cms/cms.h
+++ b/src/lib/libcrypto/cms/cms.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms.h,v 1.13 2019/08/11 06:47:18 jsing Exp $ */ 1/* $OpenBSD: cms.h,v 1.14 2019/08/11 08:15:27 jsing Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -74,10 +74,10 @@ typedef struct CMS_Receipt_st CMS_Receipt;
74typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; 74typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey;
75typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; 75typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute;
76 76
77DEFINE_STACK_OF(CMS_SignerInfo) 77DECLARE_STACK_OF(CMS_SignerInfo)
78DEFINE_STACK_OF(CMS_RecipientEncryptedKey) 78DECLARE_STACK_OF(CMS_RecipientEncryptedKey)
79DEFINE_STACK_OF(CMS_RecipientInfo) 79DECLARE_STACK_OF(CMS_RecipientInfo)
80DEFINE_STACK_OF(CMS_RevocationInfoChoice) 80DECLARE_STACK_OF(CMS_RevocationInfoChoice)
81DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo) 81DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)
82DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest) 82DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest)
83DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) 83DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)