Apple Bug morte log; refs #34

master
Marc Wäckerlin 10 years ago
parent 98c3fcf07b
commit d379988ce2
  1. 2
      src/suisseid.hxx

@ -284,7 +284,7 @@ namespace suisseid {
for (cryptoki::ObjectList::iterator key(keys.begin()); for (cryptoki::ObjectList::iterator key(keys.begin());
key!=keys.end(); ++key) { key!=keys.end(); ++key) {
cryptoki::Attribute id(key->attribute(CKA_ID)); 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 cryptoki::ObjectList certs
(session().find(cryptoki::AttributeList() (session().find(cryptoki::AttributeList()
<<cryptoki::Attribute(CKA_CLASS) <<cryptoki::Attribute(CKA_CLASS)

Loading…
Cancel
Save