diff options
author | lloyd <[email protected]> | 2008-11-09 17:24:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 17:24:06 +0000 |
commit | 2dada64d07767d7794d0f325b2df99b090ecc758 (patch) | |
tree | d16396c84f62372784988562a14be1d98662b96d /src/block/block_cipher.h | |
parent | db172f9347a15d14ea016bab2f1419eba9a9eac9 (diff) |
Macro cleanup
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> |