diff options
author | lloyd <[email protected]> | 2008-09-28 16:02:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 16:02:30 +0000 |
commit | 6edc83ddef93bddf70f1b259d80b104bf14524c2 (patch) | |
tree | 7760b7e958f6f1128a9d628612d5b177a8a78d64 /modules/engine/gnump | |
parent | 81fd04cb08fee55dfcbb847a8b94999e0927033e (diff) |
Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistency
Diffstat (limited to 'modules/engine/gnump')
-rw-r--r-- | modules/engine/gnump/eng_gmp.h | 4 | ||||
-rw-r--r-- | modules/engine/gnump/gmp_wrap.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/engine/gnump/eng_gmp.h b/modules/engine/gnump/eng_gmp.h index 2ac2b54a8..b8b2081fa 100644 --- a/modules/engine/gnump/eng_gmp.h +++ b/modules/engine/gnump/eng_gmp.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_ENGINE_GMP_H__ -#define BOTAN_EXT_ENGINE_GMP_H__ +#ifndef BOTAN_ENGINE_GMP_H__ +#define BOTAN_ENGINE_GMP_H__ #include <botan/engine.h> diff --git a/modules/engine/gnump/gmp_wrap.h b/modules/engine/gnump/gmp_wrap.h index 0da54550f..09a8590c4 100644 --- a/modules/engine/gnump/gmp_wrap.h +++ b/modules/engine/gnump/gmp_wrap.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_GMP_MPZ_WRAP_H__ -#define BOTAN_EXT_GMP_MPZ_WRAP_H__ +#ifndef BOTAN_GMP_MPZ_WRAP_H__ +#define BOTAN_GMP_MPZ_WRAP_H__ #include <botan/bigint.h> #include <gmp.h> |