aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_aead.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_aead.cpp')
-rw-r--r--src/tests/test_aead.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_aead.cpp b/src/tests/test_aead.cpp
index c804949bb..f4da3ca57 100644
--- a/src/tests/test_aead.cpp
+++ b/src/tests/test_aead.cpp
@@ -8,7 +8,7 @@
#include "tests.h"
#if defined(BOTAN_HAS_AEAD_MODES)
- #include <botan/aead.h>
+ #include <botan/aead.h>
#endif
namespace Botan_Tests {