summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index a95d52f..96f5a2d 100644
--- a/test.c
+++ b/test.c
@@ -90,7 +90,7 @@ static void test_encrypt_ecb(void)
AES128_ECB_encrypt(in, key, buffer);
- printf("ECB decrypt: ");
+ printf("ECB encrypt: ");
if(0 == memcmp((char*) out, (char*) buffer, 16))
{