]> granicus.if.org Git - p11-kit/commitdiff
Fix a typo in "x-cetrificate-value", see also https://bugs.freedesktop.org/show_bug...
authorKai Engert <kaie@kuix.de>
Thu, 2 Feb 2017 15:08:13 +0000 (16:08 +0100)
committerDaiki Ueno <ueno@gnu.org>
Thu, 16 Feb 2017 11:53:54 +0000 (12:53 +0100)
common/constants.c

index 2d2ca21d95ce25043a2ded634fb2ed14db00aec5..351e9823e992951ae66c432c373ab2b06fc0c070 100644 (file)
@@ -174,7 +174,7 @@ const p11_constant p11_constant_types[] = {
        CT (CKA_CERT_SHA1_HASH, "cert-sha1-hash")
        CT (CKA_CERT_MD5_HASH, "cert-md5-hash")
        CT (CKA_X_ASSERTION_TYPE, "x-assertion-type")
-       CT (CKA_X_CERTIFICATE_VALUE, "x-cetrificate-value")
+       CT (CKA_X_CERTIFICATE_VALUE, "x-certificate-value")
        CT (CKA_X_PURPOSE, "x-purpose")
        CT (CKA_X_PEER, "x-peer")
        CT (CKA_X_DISTRUSTED, "x-distrusted")