aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-09 17:24:06 +0000
committerlloyd <[email protected]>2008-11-09 17:24:06 +0000
commit2dada64d07767d7794d0f325b2df99b090ecc758 (patch)
treed16396c84f62372784988562a14be1d98662b96d /src/modes
parentdb172f9347a15d14ea016bab2f1419eba9a9eac9 (diff)
Macro cleanup
Diffstat (limited to 'src/modes')
-rw-r--r--src/modes/ctr/ctr.h4
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>