diff options
Diffstat (limited to 'src/lib/mac/mac.h')
-rw-r--r-- | src/lib/mac/mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/mac/mac.h b/src/lib/mac/mac.h index 4c6ab602d..b072fbaa2 100644 --- a/src/lib/mac/mac.h +++ b/src/lib/mac/mac.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_MESSAGE_AUTH_CODE_BASE_H__ -#define BOTAN_MESSAGE_AUTH_CODE_BASE_H__ +#ifndef BOTAN_MESSAGE_AUTH_CODE_BASE_H_ +#define BOTAN_MESSAGE_AUTH_CODE_BASE_H_ #include <botan/buf_comp.h> #include <botan/sym_algo.h> |