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