From 34d3bfcf14b31011e7b880f7ad1dfeba27aaeae6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 22 Jan 2014 11:50:39 +0100 Subject: lib: Add global config namespace --- scripts/pubkey_speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pubkey_speed.c') diff --git a/scripts/pubkey_speed.c b/scripts/pubkey_speed.c index f7e75162a..66279ada3 100644 --- a/scripts/pubkey_speed.c +++ b/scripts/pubkey_speed.c @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) usage(); } - library_init(NULL); + library_init(NULL, "pubkey_speed"); lib->plugins->load(lib->plugins, argv[1]); atexit(library_deinit); -- cgit v1.2.3