summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-02-02 16:08:13 +0100
committerDaiki Ueno <ueno@gnu.org>2017-02-16 12:53:54 +0100
commitb8f1e4febe31f18bf63a3a9ad0e336ede82dd0f1 (patch)
treedb3e20eee974a452769498400e5b7714dd879d47 /common
parentdbadd5da6ccbb17ec5c4bbb142fdc244b4903bfb (diff)
Fix a typo in "x-cetrificate-value", see also https://bugs.freedesktop.org/show_bug.cgi?id=99600
Diffstat (limited to 'common')
-rw-r--r--common/constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/constants.c b/common/constants.c
index 2d2ca21..351e982 100644
--- a/common/constants.c
+++ b/common/constants.c
@@ -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")