diff options
Diffstat (limited to 'src/block/block_cipher.h')
-rw-r--r-- | src/block/block_cipher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/block_cipher.h b/src/block/block_cipher.h index 1a4302581..7bc7729c8 100644 --- a/src/block/block_cipher.h +++ b/src/block/block_cipher.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd */ -#ifndef BOTAN_BLOCK_CIPHER__ -#define BOTAN_BLOCK_CIPHER__ +#ifndef BOTAN_BLOCK_CIPHER_H__ +#define BOTAN_BLOCK_CIPHER_H__ #include <botan/exceptn.h> #include <botan/symkey.h> |