diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/cms/cms_local.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h index 7a82c890e0..7d8032fb40 100644 --- a/src/lib/libcrypto/cms/cms_local.h +++ b/src/lib/libcrypto/cms/cms_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_local.h,v 1.3 2023/06/06 16:10:56 tb Exp $ */ | 1 | /* $OpenBSD: cms_local.h,v 1.4 2023/07/07 16:04:57 tb 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. |
@@ -388,11 +388,6 @@ struct CMS_Receipt_st { | |||
388 | ASN1_OCTET_STRING *originatorSignatureValue; | 388 | ASN1_OCTET_STRING *originatorSignatureValue; |
389 | }; | 389 | }; |
390 | 390 | ||
391 | CMS_ContentInfo *CMS_ContentInfo_new(void); | ||
392 | void CMS_ContentInfo_free(CMS_ContentInfo *a); | ||
393 | CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, const unsigned char **in, long len); | ||
394 | int i2d_CMS_ContentInfo(CMS_ContentInfo *a, unsigned char **out); | ||
395 | extern const ASN1_ITEM CMS_ContentInfo_it; | ||
396 | extern const ASN1_ITEM CMS_SignerInfo_it; | 391 | extern const ASN1_ITEM CMS_SignerInfo_it; |
397 | extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it; | 392 | extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it; |
398 | extern const ASN1_ITEM CMS_Attributes_Sign_it; | 393 | extern const ASN1_ITEM CMS_Attributes_Sign_it; |