Apple Bug morte log; refs #34

This commit is contained in:
Marc Wäckerlin
2014-12-01 11:27:04 +00:00
parent 98c3fcf07b
commit d379988ce2

View File

@@ -284,7 +284,7 @@ namespace suisseid {
for (cryptoki::ObjectList::iterator key(keys.begin());
key!=keys.end(); ++key) {
cryptoki::Attribute id(key->attribute(CKA_ID));
CRYPTOLOG("get certs for key with id "<<id);
CRYPTOLOG("get certs for key with id "<<id.value);
cryptoki::ObjectList certs
(session().find(cryptoki::AttributeList()
<<cryptoki::Attribute(CKA_CLASS)