diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-08 18:31:47 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-08 18:31:47 +0200 |
commit | 3318c443b7a3660f0aee80cfa0d5e915d3a21734 (patch) | |
tree | e628183497e7267e844da19304155fe55a4493a7 | |
parent | c0a2fe9c974b51e7495d0598a925c07744d895de (diff) |
trust: Mark CKA_X_DISTRUSTED as a boolean attribute
-rw-r--r-- | trust/persist.c | 1 |
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; |