diff options
Diffstat (limited to 'src/lib/block/cast')
-rw-r--r-- | src/lib/block/cast/cast128.h | 4 | ||||
-rw-r--r-- | src/lib/block/cast/cast256.h | 4 | ||||
-rw-r--r-- | src/lib/block/cast/cast_sboxes.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/block/cast/cast128.h b/src/lib/block/cast/cast128.h index 7840c30cf..3a1740777 100644 --- a/src/lib/block/cast/cast128.h +++ b/src/lib/block/cast/cast128.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CAST128_H__ -#define BOTAN_CAST128_H__ +#ifndef BOTAN_CAST128_H_ +#define BOTAN_CAST128_H_ #include <botan/block_cipher.h> diff --git a/src/lib/block/cast/cast256.h b/src/lib/block/cast/cast256.h index 183dfe845..798649ef7 100644 --- a/src/lib/block/cast/cast256.h +++ b/src/lib/block/cast/cast256.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CAST256_H__ -#define BOTAN_CAST256_H__ +#ifndef BOTAN_CAST256_H_ +#define BOTAN_CAST256_H_ #include <botan/block_cipher.h> diff --git a/src/lib/block/cast/cast_sboxes.h b/src/lib/block/cast/cast_sboxes.h index c8d6a3a90..9d52f6f6c 100644 --- a/src/lib/block/cast/cast_sboxes.h +++ b/src/lib/block/cast/cast_sboxes.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CAST_SBOX_TABLES_H__ -#define BOTAN_CAST_SBOX_TABLES_H__ +#ifndef BOTAN_CAST_SBOX_TABLES_H_ +#define BOTAN_CAST_SBOX_TABLES_H_ #include <botan/types.h> |