From: Stef Walter Date: Mon, 8 Jul 2013 16:31:47 +0000 (+0200) Subject: trust: Mark CKA_X_DISTRUSTED as a boolean attribute X-Git-Tag: 0.19.2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3318c443b7a3660f0aee80cfa0d5e915d3a21734;p=p11-kit trust: Mark CKA_X_DISTRUSTED as a boolean attribute --- 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;