diff options
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/darwin_secrandom/darwin_secrandom.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/dev_random/dev_random.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/entropy_src.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/getentropy/getentropy.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/proc_walk/proc_walk.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/rdrand.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/rdseed/rdseed.h | 4 | ||||
-rw-r--r-- | src/lib/entropy/win32_stats/es_win32.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/entropy/darwin_secrandom/darwin_secrandom.h b/src/lib/entropy/darwin_secrandom/darwin_secrandom.h index e1c012459..83b4da4f5 100644 --- a/src/lib/entropy/darwin_secrandom/darwin_secrandom.h +++ b/src/lib/entropy/darwin_secrandom/darwin_secrandom.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_DARWIN_SECRANDOM_H__ -#define BOTAN_ENTROPY_SRC_DARWIN_SECRANDOM_H__ +#ifndef BOTAN_ENTROPY_SRC_DARWIN_SECRANDOM_H_ +#define BOTAN_ENTROPY_SRC_DARWIN_SECRANDOM_H_ #include <botan/entropy_src.h> diff --git a/src/lib/entropy/dev_random/dev_random.h b/src/lib/entropy/dev_random/dev_random.h index 7c8df0553..1c358e509 100644 --- a/src/lib/entropy/dev_random/dev_random.h +++ b/src/lib/entropy/dev_random/dev_random.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_DEVICE_H__ -#define BOTAN_ENTROPY_SRC_DEVICE_H__ +#ifndef BOTAN_ENTROPY_SRC_DEVICE_H_ +#define BOTAN_ENTROPY_SRC_DEVICE_H_ #include <botan/entropy_src.h> #include <vector> diff --git a/src/lib/entropy/entropy_src.h b/src/lib/entropy/entropy_src.h index 6f8a468b1..3b91847d8 100644 --- a/src/lib/entropy/entropy_src.h +++ b/src/lib/entropy/entropy_src.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_H__ -#define BOTAN_ENTROPY_H__ +#ifndef BOTAN_ENTROPY_H_ +#define BOTAN_ENTROPY_H_ #include <botan/secmem.h> #include <botan/rng.h> diff --git a/src/lib/entropy/getentropy/getentropy.h b/src/lib/entropy/getentropy/getentropy.h index ebc49320b..997f4c55e 100644 --- a/src/lib/entropy/getentropy/getentropy.h +++ b/src/lib/entropy/getentropy/getentropy.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_GETENTROPY_H__ -#define BOTAN_ENTROPY_SRC_GETENTROPY_H__ +#ifndef BOTAN_ENTROPY_SRC_GETENTROPY_H_ +#define BOTAN_ENTROPY_SRC_GETENTROPY_H_ #include <botan/entropy_src.h> diff --git a/src/lib/entropy/proc_walk/proc_walk.h b/src/lib/entropy/proc_walk/proc_walk.h index e1a844c7d..c261c4d92 100644 --- a/src/lib/entropy/proc_walk/proc_walk.h +++ b/src/lib/entropy/proc_walk/proc_walk.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_PROC_WALK_H__ -#define BOTAN_ENTROPY_SRC_PROC_WALK_H__ +#ifndef BOTAN_ENTROPY_SRC_PROC_WALK_H_ +#define BOTAN_ENTROPY_SRC_PROC_WALK_H_ #include <botan/entropy_src.h> #include <botan/mutex.h> diff --git a/src/lib/entropy/rdrand/rdrand.h b/src/lib/entropy/rdrand/rdrand.h index db9de39b6..6544fe57f 100644 --- a/src/lib/entropy/rdrand/rdrand.h +++ b/src/lib/entropy/rdrand/rdrand.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_RDRAND_H__ -#define BOTAN_ENTROPY_SRC_RDRAND_H__ +#ifndef BOTAN_ENTROPY_SRC_RDRAND_H_ +#define BOTAN_ENTROPY_SRC_RDRAND_H_ #include <botan/entropy_src.h> diff --git a/src/lib/entropy/rdseed/rdseed.h b/src/lib/entropy/rdseed/rdseed.h index 4ea584354..da94bc0a1 100644 --- a/src/lib/entropy/rdseed/rdseed.h +++ b/src/lib/entropy/rdseed/rdseed.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_RDSEED_H__ -#define BOTAN_ENTROPY_SRC_RDSEED_H__ +#ifndef BOTAN_ENTROPY_SRC_RDSEED_H_ +#define BOTAN_ENTROPY_SRC_RDSEED_H_ #include <botan/entropy_src.h> diff --git a/src/lib/entropy/win32_stats/es_win32.h b/src/lib/entropy/win32_stats/es_win32.h index 26b904bbb..2b11ee080 100644 --- a/src/lib/entropy/win32_stats/es_win32.h +++ b/src/lib/entropy/win32_stats/es_win32.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ENTROPY_SRC_WIN32_H__ -#define BOTAN_ENTROPY_SRC_WIN32_H__ +#ifndef BOTAN_ENTROPY_SRC_WIN32_H_ +#define BOTAN_ENTROPY_SRC_WIN32_H_ #include <botan/entropy_src.h> |