aboutsummaryrefslogtreecommitdiff
path: root/tests/test-aes-key-wrap.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-05-24 15:27:12 -0400
committerRob Austein <sra@hactrn.net>2015-05-24 15:27:12 -0400
commitd529414ec8fe73994b8ac3b3c31c141b90078807 (patch)
treeecc20d99284172e44c509cf44a01ecda6cf7f3c0 /tests/test-aes-key-wrap.c
parentb7956f3c5a660e6115cc67a593b38fbd8d8aba4f (diff)
AES key wrap now working with AES core.
Diffstat (limited to 'tests/test-aes-key-wrap.c')
-rw-r--r--tests/test-aes-key-wrap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-aes-key-wrap.c b/tests/test-aes-key-wrap.c
index 2db1802..66512e2 100644
--- a/tests/test-aes-key-wrap.c
+++ b/tests/test-aes-key-wrap.c
@@ -141,8 +141,6 @@ int main (int argc, char *argv[])
else
printf("no\n");
- hal_io_set_debug(1);
-
if (!run_test(K_128, sizeof(K_128), C_128, sizeof(C_128)))
failures++;