summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-02-08 04:56:42 +0000
committerStefan Walter <stefw@src.gnome.org>2009-02-08 04:56:42 +0000
commit33724eb4bd67679f8123a24deb3b17440fdd8fb2 (patch)
treef9b164fa5bb4a9de6f48517b6b4acbcfdd5c139c /ChangeLog
parent823312302ae4592966d30e83d805dc9985879231 (diff)
CKA_TOKEN is a CK_BBOOL not a CK_ULONG
svn path=/trunk/; revision=1529
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8195ae41..54ef494e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
* pkcs11/user-store/gck-user-public-key.c:
* pkcs11/user-store/gck-user-public-key.h: Create proper factories
for storable objects and certificate.
+
+ * gcr/gcr-importer.c: CKA_TOKEN is a CK_BBOOL not a CK_ULONG
2009-02-07 Stef Walter <stef@memberwebs.com>