diff options
Diffstat (limited to 'src/lib/utils/mul128.h')
-rw-r--r-- | src/lib/utils/mul128.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/mul128.h b/src/lib/utils/mul128.h index d5c89e0dd..ce1ef693b 100644 --- a/src/lib/utils/mul128.h +++ b/src/lib/utils/mul128.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_UTIL_MUL128_H__ -#define BOTAN_UTIL_MUL128_H__ +#ifndef BOTAN_UTIL_MUL128_H_ +#define BOTAN_UTIL_MUL128_H_ #include <botan/types.h> |