diff options
Diffstat (limited to 'src/lib/passhash')
-rw-r--r-- | src/lib/passhash/bcrypt/bcrypt.h | 4 | ||||
-rw-r--r-- | src/lib/passhash/passhash9/passhash9.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/passhash/bcrypt/bcrypt.h b/src/lib/passhash/bcrypt/bcrypt.h index 3698b0848..c88df2745 100644 --- a/src/lib/passhash/bcrypt/bcrypt.h +++ b/src/lib/passhash/bcrypt/bcrypt.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_BCRYPT_H__ -#define BOTAN_BCRYPT_H__ +#ifndef BOTAN_BCRYPT_H_ +#define BOTAN_BCRYPT_H_ #include <botan/rng.h> diff --git a/src/lib/passhash/passhash9/passhash9.h b/src/lib/passhash/passhash9/passhash9.h index e6d5335de..75847bfa5 100644 --- a/src/lib/passhash/passhash9/passhash9.h +++ b/src/lib/passhash/passhash9/passhash9.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_PASSHASH9_H__ -#define BOTAN_PASSHASH9_H__ +#ifndef BOTAN_PASSHASH9_H_ +#define BOTAN_PASSHASH9_H_ #include <botan/rng.h> |