aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/aes-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/aes-test.c')
-rw-r--r--scripts/aes-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/aes-test.c b/scripts/aes-test.c
index f326b7ee1..eb94180f8 100644
--- a/scripts/aes-test.c
+++ b/scripts/aes-test.c
@@ -556,7 +556,7 @@ int main(int argc, char *argv[])
ctx.in = stdin;
ctx.out = stdout;
- library_init(NULL);
+ library_init(NULL, "aes-test");
atexit(library_deinit);
while (true)