aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_cryptobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_cryptobox.cpp')
-rw-r--r--src/tests/test_cryptobox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/test_cryptobox.cpp b/src/tests/test_cryptobox.cpp
index ad9ecdd41..97ac69f65 100644
--- a/src/tests/test_cryptobox.cpp
+++ b/src/tests/test_cryptobox.cpp
@@ -7,8 +7,8 @@
#include "tests.h"
#if defined(BOTAN_HAS_CRYPTO_BOX)
- #include <botan/cryptobox.h>
- #include <botan/hex.h>
+ #include <botan/cryptobox.h>
+ #include <botan/hex.h>
#endif
namespace Botan_Tests {
@@ -29,8 +29,8 @@ class Cryptobox_Tests : public Test
const std::string password = "secret";
std::string ciphertext = Botan::CryptoBox::encrypt(msg.data(), msg.size(),
- password,
- Test::rng());
+ password,
+ Test::rng());
try
{