diff options
Diffstat (limited to 'src/lib/modes/aead/gcm/clmul/clmul.h')
-rw-r--r-- | src/lib/modes/aead/gcm/clmul/clmul.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/modes/aead/gcm/clmul/clmul.h b/src/lib/modes/aead/gcm/clmul/clmul.h index 5e4a0de35..b47c73f27 100644 --- a/src/lib/modes/aead/gcm/clmul/clmul.h +++ b/src/lib/modes/aead/gcm/clmul/clmul.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_GCM_CLMUL_H__ -#define BOTAN_GCM_CLMUL_H__ +#ifndef BOTAN_GCM_CLMUL_H_ +#define BOTAN_GCM_CLMUL_H_ #include <botan/types.h> |