diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms.h')
-rw-r--r-- | src/lib/libcrypto/cms/cms.h | 10 |
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; | |||
74 | typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; | 74 | typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; |
75 | typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; | 75 | typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; |
76 | 76 | ||
77 | DEFINE_STACK_OF(CMS_SignerInfo) | 77 | DECLARE_STACK_OF(CMS_SignerInfo) |
78 | DEFINE_STACK_OF(CMS_RecipientEncryptedKey) | 78 | DECLARE_STACK_OF(CMS_RecipientEncryptedKey) |
79 | DEFINE_STACK_OF(CMS_RecipientInfo) | 79 | DECLARE_STACK_OF(CMS_RecipientInfo) |
80 | DEFINE_STACK_OF(CMS_RevocationInfoChoice) | 80 | DECLARE_STACK_OF(CMS_RevocationInfoChoice) |
81 | DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo) | 81 | DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo) |
82 | DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest) | 82 | DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest) |
83 | DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) | 83 | DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) |