diff options
Diffstat (limited to 'src/lib/codec/hex/hex.h')
-rw-r--r-- | src/lib/codec/hex/hex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/codec/hex/hex.h b/src/lib/codec/hex/hex.h index d22f1e084..330d8a69a 100644 --- a/src/lib/codec/hex/hex.h +++ b/src/lib/codec/hex/hex.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_HEX_CODEC_H__ -#define BOTAN_HEX_CODEC_H__ +#ifndef BOTAN_HEX_CODEC_H_ +#define BOTAN_HEX_CODEC_H_ #include <botan/secmem.h> #include <string> |