diff options
Diffstat (limited to 'src/lib/rng/chacha_rng/chacha_rng.h')
-rw-r--r-- | src/lib/rng/chacha_rng/chacha_rng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rng/chacha_rng/chacha_rng.h b/src/lib/rng/chacha_rng/chacha_rng.h index f61be1e8b..a0d7d38f2 100644 --- a/src/lib/rng/chacha_rng/chacha_rng.h +++ b/src/lib/rng/chacha_rng/chacha_rng.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CHACHA_RNG_H__ -#define BOTAN_CHACHA_RNG_H__ +#ifndef BOTAN_CHACHA_RNG_H_ +#define BOTAN_CHACHA_RNG_H_ #include <botan/stateful_rng.h> #include <botan/stream_cipher.h> |