aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 3662bb83..ba17b9fe 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -37,7 +37,7 @@ using namespace CryptoPP;
BOOST_AUTO_TEST_SUITE(devcrypto)
-BOOST_AUTO_TEST_CASE(common_crypt)
+BOOST_AUTO_TEST_CASE(common_encrypt_decrypt)
{
string message("Now is the time for all good persons to come to the aide of humanity.");
bytes m = asBytes(message);