From 246954626bd75b061be0645ab9659db51b2c4e38 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 26 Nov 2022 17:23:18 +0000 Subject: Make header guards of internal headers consistent Not all of them, only those that didn't leak into a public header... Yes. --- src/lib/libcrypto/cms/cms_local.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/cms') 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 @@ -/* $OpenBSD: cms_local.h,v 1.1 2022/11/26 16:08:51 tb Exp $ */ +/* $OpenBSD: cms_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -52,8 +52,8 @@ * ==================================================================== */ -#ifndef HEADER_CMS_LCL_H -#define HEADER_CMS_LCL_H +#ifndef HEADER_CMS_LOCAL_H +#define HEADER_CMS_LOCAL_H #include @@ -481,4 +481,4 @@ extern const ASN1_ITEM CMS_RevocationInfoChoice_it; extern const ASN1_ITEM CMS_SignedData_it; extern const ASN1_ITEM CMS_CompressedData_it; -#endif +#endif /* !HEADER_CMS_LOCAL_H */ -- cgit v1.2.3-55-g6feb