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/evp/evp_local.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index ba34a7949d..3ffaf555ba 100644 --- a/src/lib/libcrypto/evp/evp_local.h +++ b/src/lib/libcrypto/evp/evp_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */ +/* $OpenBSD: evp_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 2000. */ @@ -56,8 +56,8 @@ * */ -#ifndef HEADER_EVP_LOCL_H -#define HEADER_EVP_LOCL_H +#ifndef HEADER_EVP_LOCAL_H +#define HEADER_EVP_LOCAL_H __BEGIN_HIDDEN_DECLS @@ -321,4 +321,4 @@ int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md_name) __END_HIDDEN_DECLS -#endif /* !HEADER_EVP_LOCL_H */ +#endif /* !HEADER_EVP_LOCAL_H */ -- cgit v1.2.3-55-g6feb