From 06507aaea55534e5af9c183b09a1dd6a12affd0d Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Wed, 23 Oct 2019 22:36:51 -0400 Subject: [PATCH] Prettyprint --- tests/test_aes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_aes.c b/tests/test_aes.c index e05ba6ff6..1642f09d9 100644 --- a/tests/test_aes.c +++ b/tests/test_aes.c @@ -101,7 +101,6 @@ static int test_aes256ctr_correctness(void) { return EXIT_SUCCESS; } - static void speed_aes128(void) { uint8_t plaintext[16], ciphertext[16]; void *schedule = NULL, *schedule_dec = NULL;