(_hx509_lock_unlock_certs): return unlock certificates
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16451 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -104,6 +104,12 @@ _hx509_lock_get_passwords(hx509_lock lock)
|
||||
return &lock->password;
|
||||
}
|
||||
|
||||
hx509_certs
|
||||
_hx509_lock_unlock_certs(hx509_lock lock)
|
||||
{
|
||||
return lock->certs;
|
||||
}
|
||||
|
||||
void
|
||||
hx509_lock_reset_passwords(hx509_lock lock)
|
||||
{
|
||||
|
Reference in New Issue
Block a user