aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/divide.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-13 20:05:51 +0000
committerlloyd <[email protected]>2008-10-13 20:05:51 +0000
commit0fe7514e9f8890f01405651e42b037602082f488 (patch)
tree970a35efc995d03b6009526a5fea641b2fe71b35 /src/math/bigint/divide.h
parent99dfd438b2b244f0a8e5035608ea7a6cf6496132 (diff)
Add trailing H__ to some header guards. Line wrap long comment.
Diffstat (limited to 'src/math/bigint/divide.h')
-rw-r--r--src/math/bigint/divide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/bigint/divide.h b/src/math/bigint/divide.h
index d0de3da75..a50cbfb47 100644
--- a/src/math/bigint/divide.h
+++ b/src/math/bigint/divide.h
@@ -3,8 +3,8 @@
* (C) 1999-2007 Jack Lloyd *
*************************************************/
-#ifndef BOTAN_DIVISON_ALGORITHM__
-#define BOTAN_DIVISON_ALGORITHM__
+#ifndef BOTAN_DIVISON_ALGORITHM_H__
+#define BOTAN_DIVISON_ALGORITHM_H__
#include <botan/bigint.h>