diff options
Diffstat (limited to 'src/aead/eax/eax.h')
-rw-r--r-- | src/aead/eax/eax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aead/eax/eax.h b/src/aead/eax/eax.h index f93e48d22..6815e3ce0 100644 --- a/src/aead/eax/eax.h +++ b/src/aead/eax/eax.h @@ -5,8 +5,8 @@ * Distributed under the terms of the Botan license */ -#ifndef BOTAN_EAX_H__ -#define BOTAN_EAX_H__ +#ifndef BOTAN_AEAD_EAX_H__ +#define BOTAN_AEAD_EAX_H__ #include <botan/aead.h> #include <botan/block_cipher.h> |