From 4f763704fa0da980f15939a980c366d8eff03b08 Mon Sep 17 00:00:00 2001 From: kokke Date: Wed, 28 Jun 2017 20:44:28 +0200 Subject: Update test.c --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.3