summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cms/cms_local.h')
-rw-r--r--src/lib/libcrypto/cms/cms_local.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h
index 29e8825b08..65a684e9b6 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.1 2022/11/26 16:08:51 tb Exp $ */ 1/* $OpenBSD: cms_local.h,v 1.2 2022/11/26 17:23:17 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.
@@ -52,8 +52,8 @@
52 * ==================================================================== 52 * ====================================================================
53 */ 53 */
54 54
55#ifndef HEADER_CMS_LCL_H 55#ifndef HEADER_CMS_LOCAL_H
56#define HEADER_CMS_LCL_H 56#define HEADER_CMS_LOCAL_H
57 57
58#include <openssl/x509.h> 58#include <openssl/x509.h>
59 59
@@ -481,4 +481,4 @@ extern const ASN1_ITEM CMS_RevocationInfoChoice_it;
481extern const ASN1_ITEM CMS_SignedData_it; 481extern const ASN1_ITEM CMS_SignedData_it;
482extern const ASN1_ITEM CMS_CompressedData_it; 482extern const ASN1_ITEM CMS_CompressedData_it;
483 483
484#endif 484#endif /* !HEADER_CMS_LOCAL_H */