From 80303340701c2cba78937193084f3d716b883b55 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Mar 2013 19:03:12 +0100 Subject: trust: Use descriptive labels for tokens Try to determine which one is the system trust input token, and which one is the default token by using datadir and sysconfdir respectively. https://bugs.freedesktop.org/show_bug.cgi?id=62534 --- trust/tests/frob-token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/tests/frob-token.c') diff --git a/trust/tests/frob-token.c b/trust/tests/frob-token.c index 622dad4..5d57ec1 100644 --- a/trust/tests/frob-token.c +++ b/trust/tests/frob-token.c @@ -52,7 +52,7 @@ main (int argc, return 2; } - token = p11_token_new (1, argv[1]); + token = p11_token_new (1, argv[1], "Label"); count = p11_token_load (token); printf ("%d files loaded\n", count); -- cgit v1.1