pass context to seal/unseal_keys
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8551 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -94,7 +94,7 @@ NDBM_seq(krb5_context context, HDB *db,
|
||||
if(hdb_value2entry(context, &data, entry))
|
||||
return NDBM_seq(context, db, flags, entry, 0);
|
||||
if (db->master_key_set && (flags & HDB_F_DECRYPT))
|
||||
hdb_unseal_keys (db, entry);
|
||||
hdb_unseal_keys (context, db, entry);
|
||||
if (entry->principal == NULL) {
|
||||
entry->principal = malloc (sizeof(*entry->principal));
|
||||
hdb_key2principal (context, &key_data, entry->principal);
|
||||
|
Reference in New Issue
Block a user