summaryrefslogtreecommitdiff
path: root/trust/persist.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-08 18:31:47 +0200
committerStef Walter <stef@thewalter.net>2013-07-08 18:31:47 +0200
commit3318c443b7a3660f0aee80cfa0d5e915d3a21734 (patch)
treee628183497e7267e844da19304155fe55a4493a7 /trust/persist.c
parentc0a2fe9c974b51e7495d0598a925c07744d895de (diff)
trust: Mark CKA_X_DISTRUSTED as a boolean attribute
Diffstat (limited to 'trust/persist.c')
-rw-r--r--trust/persist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/persist.c b/trust/persist.c
index f973e84..eb3ed06 100644
--- a/trust/persist.c
+++ b/trust/persist.c
@@ -198,6 +198,7 @@ format_bool (CK_ATTRIBUTE *attr,
case CKA_RESET_ON_INIT:
case CKA_HAS_RESET:
case CKA_COLOR:
+ case CKA_X_DISTRUSTED:
break;
default:
return false;