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)) {