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/ecdsa/ecs_local.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/ecdsa') diff --git a/src/lib/libcrypto/ecdsa/ecs_local.h b/src/lib/libcrypto/ecdsa/ecs_local.h index 69794dfefb..5cdf264557 100644 --- a/src/lib/libcrypto/ecdsa/ecs_local.h +++ b/src/lib/libcrypto/ecdsa/ecs_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecs_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */ +/* $OpenBSD: ecs_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ @@ -56,8 +56,8 @@ * */ -#ifndef HEADER_ECS_LOCL_H -#define HEADER_ECS_LOCL_H +#ifndef HEADER_ECS_LOCAL_H +#define HEADER_ECS_LOCAL_H #include @@ -96,4 +96,4 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, __END_HIDDEN_DECLS -#endif /* HEADER_ECS_LOCL_H */ +#endif /* !HEADER_ECS_LOCAL_H */ -- cgit v1.2.3-55-g6feb