aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_keywrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_keywrap.cpp')
-rw-r--r--src/tests/test_keywrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_keywrap.cpp b/src/tests/test_keywrap.cpp
index 46f37d4dd..3a036ba8f 100644
--- a/src/tests/test_keywrap.cpp
+++ b/src/tests/test_keywrap.cpp
@@ -9,7 +9,7 @@
#include <botan/hex.h>
#if defined(BOTAN_HAS_RFC3394_KEYWRAP)
- #include <botan/rfc3394.h>
+ #include <botan/rfc3394.h>
#endif
namespace Botan_Tests {