diff options
Diffstat (limited to 'src/lib/block/serpent/serpent_sbox.h')
-rw-r--r-- | src/lib/block/serpent/serpent_sbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/block/serpent/serpent_sbox.h b/src/lib/block/serpent/serpent_sbox.h index afde289b1..2301893a5 100644 --- a/src/lib/block/serpent/serpent_sbox.h +++ b/src/lib/block/serpent/serpent_sbox.h @@ -8,8 +8,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_SERPENT_SBOX_H__ -#define BOTAN_SERPENT_SBOX_H__ +#ifndef BOTAN_SERPENT_SBOX_H_ +#define BOTAN_SERPENT_SBOX_H_ #define SBoxE1(B0, B1, B2, B3) \ do { \ |