From c3b8c27ab8550fd317f55ab6c129db7e39487d80 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 3 Jun 2014 01:01:22 +0200 Subject: Update test.c --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 986b9de..4459c4f 100644 --- a/test.c +++ b/test.c @@ -47,7 +47,7 @@ static void test_ECB(void) printf("ciphertext:\n"); for(i = 0; i < 4; ++i) { - AES128_ECB(plain_text + (i*16), key, buf+(i*16)); + AES128_ECB_encrypt(plain_text + (i*16), key, buf+(i*16)); phex(buf + (i*16)); } printf("\n"); -- cgit v1.2.3