]> granicus.if.org Git - p11-kit/commitdiff
Use the nickname x-distrusted for CKA_X_DISTRUSTED
authorStef Walter <stefw@gnome.org>
Mon, 18 Mar 2013 15:21:33 +0000 (16:21 +0100)
committerStef Walter <stefw@gnome.org>
Mon, 18 Mar 2013 15:21:33 +0000 (16:21 +0100)
This is a non-standard PKCS#11 attribute, so has the X prefix
like the other ones we've added.

common/constants.c

index 82bdb203bdb51a90a935445428baa52398bb31fa..918d3e51ba11a66b3a8885e04660c05e4e6f405f 100644 (file)
@@ -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 },
 };