diff options
Diffstat (limited to 'src/lib/hash/checksum')
-rw-r--r-- | src/lib/hash/checksum/adler32/adler32.h | 4 | ||||
-rw-r--r-- | src/lib/hash/checksum/crc24/crc24.h | 4 | ||||
-rw-r--r-- | src/lib/hash/checksum/crc32/crc32.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/hash/checksum/adler32/adler32.h b/src/lib/hash/checksum/adler32/adler32.h index 93a68267a..f0aac72b5 100644 --- a/src/lib/hash/checksum/adler32/adler32.h +++ b/src/lib/hash/checksum/adler32/adler32.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ADLER32_H__ -#define BOTAN_ADLER32_H__ +#ifndef BOTAN_ADLER32_H_ +#define BOTAN_ADLER32_H_ #include <botan/hash.h> diff --git a/src/lib/hash/checksum/crc24/crc24.h b/src/lib/hash/checksum/crc24/crc24.h index 91b947e00..9465b0724 100644 --- a/src/lib/hash/checksum/crc24/crc24.h +++ b/src/lib/hash/checksum/crc24/crc24.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CRC24_H__ -#define BOTAN_CRC24_H__ +#ifndef BOTAN_CRC24_H_ +#define BOTAN_CRC24_H_ #include <botan/hash.h> diff --git a/src/lib/hash/checksum/crc32/crc32.h b/src/lib/hash/checksum/crc32/crc32.h index 6da2a06d4..2c24acf04 100644 --- a/src/lib/hash/checksum/crc32/crc32.h +++ b/src/lib/hash/checksum/crc32/crc32.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_CRC32_H__ -#define BOTAN_CRC32_H__ +#ifndef BOTAN_CRC32_H_ +#define BOTAN_CRC32_H_ #include <botan/hash.h> |