Added enumerator for PKCS#11 tokens

This commit is contained in:
Martin Willi
2010-08-04 09:26:20 +02:00
parent fe876b24d9
commit 36c852a08b
3 changed files with 140 additions and 15 deletions
@@ -279,7 +279,7 @@ pkcs11_creds_t *pkcs11_creds_create(pkcs11_library_t *p11, CK_SLOT_ID slot)
if (!load_certificates(this))
{
free(this);
destroy(this);
return NULL;
}