summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-09-17 21:28:56 +0200
committerStef Walter <stef@thewalter.net>2014-09-17 21:29:23 +0200
commitbf63d92de7537b3aca1886ad0ed5dd1e6f8cfd94 (patch)
treee970d07dcc94c81845916a403dd28228bb5779a0
parent43542cc1eb6a6f787a627910db68ad3ddc4eae8b (diff)
downloadp11-kit-bf63d92de7537b3aca1886ad0ed5dd1e6f8cfd94.tar.gz
common: Use correct CKA_PUBLIC_KEY_INFO value
-rw-r--r--common/pkcs11x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pkcs11x.h b/common/pkcs11x.h
index 7e88bb3..4a89f73 100644
--- a/common/pkcs11x.h
+++ b/common/pkcs11x.h
@@ -137,7 +137,7 @@ typedef CK_ULONG CK_TRUST;
/* From the 2.40 draft */
#ifndef CKA_PUBLIC_KEY_INFO
-#define CKA_PUBLIC_KEY_INFO 0x00000173UL
+#define CKA_PUBLIC_KEY_INFO 0x00000129UL
#endif
#endif /* CRYPTOKI_X_VENDOR_DEFINED */