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/modes | |
parent | db172f9347a15d14ea016bab2f1419eba9a9eac9 (diff) |
Macro cleanup
Diffstat (limited to 'src/modes')
-rw-r--r-- | src/modes/ctr/ctr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modes/ctr/ctr.h b/src/modes/ctr/ctr.h index 86fe3b661..9fececddd 100644 --- a/src/modes/ctr/ctr.h +++ b/src/modes/ctr/ctr.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_COUNTER_MODE_H_ -#define BOTAN_COUNTER_MODE_H_ +#ifndef BOTAN_COUNTER_MODE_H__ +#define BOTAN_COUNTER_MODE_H__ #include <botan/modebase.h> #include <botan/modebase.h> |