From 8731d4920fa8b17374a442d62c2d8c1c6d34967a Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Wed, 20 Sep 2017 02:53:08 -0400 Subject: Change header guard format to BOTAN_FOO_H_ ISO C++ reserves names with double underscores in them Closes #512 --- src/lib/block/threefish/threefish.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/block/threefish') diff --git a/src/lib/block/threefish/threefish.h b/src/lib/block/threefish/threefish.h index 1a0cc1bf4..de46913c5 100644 --- a/src/lib/block/threefish/threefish.h +++ b/src/lib/block/threefish/threefish.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_THREEFISH_H__ -#define BOTAN_THREEFISH_H__ +#ifndef BOTAN_THREEFISH_H_ +#define BOTAN_THREEFISH_H_ #include -- cgit v1.2.3