summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms
diff options
context:
space:
mode:
authortb <>2022-11-26 17:23:18 +0000
committertb <>2022-11-26 17:23:18 +0000
commit246954626bd75b061be0645ab9659db51b2c4e38 (patch)
treed2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/cms
parentdb814f9b2a52dd12a467bdc126ab9750901835bb (diff)
downloadopenbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.gz
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.bz2
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.zip
Make header guards of internal headers consistent
Not all of them, only those that didn't leak into a public header... Yes.
Diffstat (limited to 'src/lib/libcrypto/cms')
-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 */