diff options
Diffstat (limited to 'src/lib/block/cast/cast256.h')
-rw-r--r-- | src/lib/block/cast/cast256.h | 4 |
1 files changed, 2 insertions, 2 deletions
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> |