summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cms')
-rw-r--r--src/lib/libcrypto/cms/cms_local.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h
index 6be60e9047..f8e8b56e18 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.6 2024/05/19 07:12:50 jsg Exp $ */ 1/* $OpenBSD: cms_local.h,v 1.7 2026/04/06 08:18:19 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.
@@ -55,7 +55,9 @@
55#ifndef HEADER_CMS_LOCAL_H 55#ifndef HEADER_CMS_LOCAL_H
56#define HEADER_CMS_LOCAL_H 56#define HEADER_CMS_LOCAL_H
57 57
58#include <openssl/asn1.h>
58#include <openssl/x509.h> 59#include <openssl/x509.h>
60#include <openssl/x509v3.h>
59 61
60/* 62/*
61 * Cryptographic message syntax (CMS) structures: taken from RFC3852 63 * Cryptographic message syntax (CMS) structures: taken from RFC3852
@@ -364,8 +366,6 @@ struct CMS_OtherKeyAttribute_st {
364 366
365/* ESS structures */ 367/* ESS structures */
366 368
367#ifdef HEADER_X509V3_H
368
369struct CMS_ReceiptRequest_st { 369struct CMS_ReceiptRequest_st {
370 ASN1_OCTET_STRING *signedContentIdentifier; 370 ASN1_OCTET_STRING *signedContentIdentifier;
371 CMS_ReceiptsFrom *receiptsFrom; 371 CMS_ReceiptsFrom *receiptsFrom;
@@ -379,7 +379,6 @@ struct CMS_ReceiptsFrom_st {
379 STACK_OF(GENERAL_NAMES) *receiptList; 379 STACK_OF(GENERAL_NAMES) *receiptList;
380 } d; 380 } d;
381}; 381};
382#endif
383 382
384struct CMS_Receipt_st { 383struct CMS_Receipt_st {
385 long version; 384 long version;