diff options
Diffstat (limited to 'trust/frob-token.c')
-rw-r--r-- | trust/frob-token.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/frob-token.c b/trust/frob-token.c index 5d57ec1..e079860 100644 --- a/trust/frob-token.c +++ b/trust/frob-token.c @@ -52,7 +52,7 @@ main (int argc, return 2; } - token = p11_token_new (1, argv[1], "Label"); + token = p11_token_new (1, argv[1], "Label", P11_TOKEN_FLAG_NONE); count = p11_token_load (token); printf ("%d files loaded\n", count); |