diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/cms/cms_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h index 7d8032fb40..2e3a3637e8 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.4 2023/07/07 16:04:57 tb Exp $ */ | 1 | /* $OpenBSD: cms_local.h,v 1.5 2023/08/24 04:56:36 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. |
@@ -410,8 +410,6 @@ void CMS_IssuerAndSerialNumber_free(CMS_IssuerAndSerialNumber *a); | |||
410 | #define CMS_OIK_KEYIDENTIFIER 1 | 410 | #define CMS_OIK_KEYIDENTIFIER 1 |
411 | #define CMS_OIK_PUBKEY 2 | 411 | #define CMS_OIK_PUBKEY 2 |
412 | 412 | ||
413 | BIO *cms_content_bio(CMS_ContentInfo *cms); | ||
414 | |||
415 | CMS_ContentInfo *cms_Data_create(void); | 413 | CMS_ContentInfo *cms_Data_create(void); |
416 | 414 | ||
417 | CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md); | 415 | CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md); |