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