diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-aes-key-wrap.c | 2 |
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++; |