Implemented a credential set on top of a PKCS#11 token

This commit is contained in:
Martin Willi
2010-08-04 09:26:20 +02:00
parent 50a9e84540
commit a6d2ec331b
5 changed files with 420 additions and 1 deletions
@@ -477,7 +477,7 @@ METHOD(pkcs11_library_t, destroy, void,
private_pkcs11_library_t *this)
{
this->public.f->C_Finalize(NULL);
dlclose(this->handle);
//dlclose(this->handle);
free(this);
}