diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-18 16:21:33 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-18 16:21:33 +0100 |
commit | 64aa734f484f81ac97914b2ddecf68ff76b317c0 (patch) | |
tree | 57c18194ae6ae4a2f64bbde927214cb833503cc9 | |
parent | 6c574777f6ab5996a9ba3bea493e96e4ad53dc69 (diff) |
Use the nickname x-distrusted for CKA_X_DISTRUSTED
This is a non-standard PKCS#11 attribute, so has the X prefix
like the other ones we've added.
-rw-r--r-- | common/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/constants.c b/common/constants.c index 82bdb20..918d3e5 100644 --- a/common/constants.c +++ b/common/constants.c @@ -173,7 +173,7 @@ const p11_constant p11_constant_types[] = { CT (CKA_X_CERTIFICATE_VALUE, "x-cetrificate-value") CT (CKA_X_PURPOSE, "x-purpose") CT (CKA_X_PEER, "x-peer") - CT (CKA_X_DISTRUSTED, "distrusted") + CT (CKA_X_DISTRUSTED, "x-distrusted") CT (CKA_X_CRITICAL, "x-critical") { CKA_INVALID }, }; |