diff options
Diffstat (limited to 'src/lib/math/bigint')
-rw-r--r-- | src/lib/math/bigint/bigint.h | 4 | ||||
-rw-r--r-- | src/lib/math/bigint/divide.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/math/bigint/bigint.h b/src/lib/math/bigint/bigint.h index f1d2d277a..683a1f596 100644 --- a/src/lib/math/bigint/bigint.h +++ b/src/lib/math/bigint/bigint.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_BIGINT_H__ -#define BOTAN_BIGINT_H__ +#ifndef BOTAN_BIGINT_H_ +#define BOTAN_BIGINT_H_ #include <botan/rng.h> #include <botan/secmem.h> diff --git a/src/lib/math/bigint/divide.h b/src/lib/math/bigint/divide.h index 9616d4859..03e5ff7c1 100644 --- a/src/lib/math/bigint/divide.h +++ b/src/lib/math/bigint/divide.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_DIVISON_ALGORITHM_H__ -#define BOTAN_DIVISON_ALGORITHM_H__ +#ifndef BOTAN_DIVISON_ALGORITHM_H_ +#define BOTAN_DIVISON_ALGORITHM_H_ #include <botan/bigint.h> |