From af0f2a2ad9511c2309f8f3359b6033e963891a25 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 15 Apr 2023 18:22:53 +0000 Subject: Revise header guards. --- src/lib/libcrypto/sha/sha3_internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sha/sha3_internal.h b/src/lib/libcrypto/sha/sha3_internal.h index 3227e6120f..1ed4b02f7c 100644 --- a/src/lib/libcrypto/sha/sha3_internal.h +++ b/src/lib/libcrypto/sha/sha3_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha3_internal.h,v 1.4 2023/04/15 18:14:21 jsing Exp $ */ +/* $OpenBSD: sha3_internal.h,v 1.5 2023/04/15 18:22:53 jsing Exp $ */ /* * The MIT License (MIT) * @@ -23,12 +23,12 @@ * SOFTWARE. */ -#ifndef SHA3_H -#define SHA3_H - #include #include +#ifndef HEADER_SHA3_INTERNAL_H +#define HEADER_SHA3_INTERNAL_H + #ifndef KECCAKF_ROUNDS #define KECCAKF_ROUNDS 24 #endif -- cgit v1.2.3-55-g6feb