aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/gcm/gcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aead/gcm/gcm.h')
-rw-r--r--src/aead/gcm/gcm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aead/gcm/gcm.h b/src/aead/gcm/gcm.h
index f36aafc5f..e1479c27f 100644
--- a/src/aead/gcm/gcm.h
+++ b/src/aead/gcm/gcm.h
@@ -5,8 +5,8 @@
* Distributed under the terms of the Botan license
*/
-#ifndef BOTAN_GCM_H__
-#define BOTAN_GCM_H__
+#ifndef BOTAN_AEAD_GCM_H__
+#define BOTAN_AEAD_GCM_H__
#include <botan/aead.h>
#include <botan/block_cipher.h>