From bf63d92de7537b3aca1886ad0ed5dd1e6f8cfd94 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 17 Sep 2014 21:28:56 +0200 Subject: common: Use correct CKA_PUBLIC_KEY_INFO value --- common/pkcs11x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1