summaryrefslogtreecommitdiff
path: root/trust/tests/test-trust.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-03 12:47:14 +0200
committerStef Walter <stef@thewalter.net>2013-07-03 13:14:48 +0200
commita2165fe35e336fd807af053a21a396b020f90a23 (patch)
treea4f62b49fcd4fff87aa8a9213912b4426315bd74 /trust/tests/test-trust.c
parent269c4c2e82543de273fa9415dec1b9b6e00c51af (diff)
trust: Initial support for writing out token objects
* The objects are written out in the p11-kit persist format * Parser marks files in p11-kit persist format as modifiable
Diffstat (limited to 'trust/tests/test-trust.c')
-rw-r--r--trust/tests/test-trust.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trust/tests/test-trust.c b/trust/tests/test-trust.c
index fceaea7..205a08a 100644
--- a/trust/tests/test-trust.c
+++ b/trust/tests/test-trust.c
@@ -64,7 +64,6 @@ test_check_object_msg (const char *file,
CK_ATTRIBUTE expected[] = {
{ CKA_PRIVATE, &vfalse, sizeof (vfalse) },
- { CKA_MODIFIABLE, &vfalse, sizeof (vfalse) },
{ CKA_CLASS, &klass, sizeof (klass) },
{ label ? CKA_LABEL : CKA_INVALID, (void *)label, label ? strlen (label) : 0 },
{ CKA_INVALID },