diff options
Diffstat (limited to 'modules/entropy/egd/es_egd.h')
-rw-r--r-- | modules/entropy/egd/es_egd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/entropy/egd/es_egd.h b/modules/entropy/egd/es_egd.h index e3ff2fec8..ce6ba9521 100644 --- a/modules/entropy/egd/es_egd.h +++ b/modules/entropy/egd/es_egd.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_ENTROPY_SRC_EGD_H__ -#define BOTAN_EXT_ENTROPY_SRC_EGD_H__ +#ifndef BOTAN_ENTROPY_SRC_EGD_H__ +#define BOTAN_ENTROPY_SRC_EGD_H__ #include <botan/rng.h> #include <string> |