diff options
Diffstat (limited to 'src/lib/block/camellia/camellia.h')
-rw-r--r-- | src/lib/block/camellia/camellia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/block/camellia/camellia.h b/src/lib/block/camellia/camellia.h index 822f8aa1f..3d639bf77 100644 --- a/src/lib/block/camellia/camellia.h +++ b/src/lib/block/camellia/camellia.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CAMELLIA_H__ -#define BOTAN_CAMELLIA_H__ +#ifndef BOTAN_CAMELLIA_H_ +#define BOTAN_CAMELLIA_H_ #include <botan/block_cipher.h> |