From 3a1908508efa61f3f77ac8036694af2f920df947 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/bn/bn_local.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h index 73d1f0a215..7bddcb21b9 100644 --- a/src/lib/libcrypto/bn/bn_local.h +++ b/src/lib/libcrypto/bn/bn_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_local.h,v 1.1 2022/11/26 16:08:51 tb Exp $ */ +/* $OpenBSD: bn_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -109,8 +109,8 @@ * */ -#ifndef HEADER_BN_LCL_H -#define HEADER_BN_LCL_H +#ifndef HEADER_BN_LOCAL_H +#define HEADER_BN_LOCAL_H #include @@ -564,4 +564,4 @@ int bn_is_perfect_square(int *out_perfect, const BIGNUM *n, BN_CTX *ctx); int bn_is_prime_bpsw(int *is_prime, const BIGNUM *n, BN_CTX *in_ctx); __END_HIDDEN_DECLS -#endif +#endif /* !HEADER_BN_LOCAL_H */ -- cgit v1.2.3-55-g6feb