* kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.
authorChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:24:26 +0000 (06:24 +0000)
committerChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:24:26 +0000 (06:24 +0000)
commit00ccda697c93261c196a9987b3a1126698b67b77
treefc949d243c4a136722c6d072b6b2117631acdf83
parentff48bbd4d3238d881488b303548047eb7c0498a7
* kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.
* kdb_dbm.c krb5_dbm_db_set_mkey(), krb5_dbm_db_get_mkey():
Functions for associating a master key (krb5_encrypt_block *)
to a krb5_db_context. Currently it associates it to the
krb5_context and will be fixed once the krb5_db_context
is better defined (Post 1.0).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7201 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/ChangeLog
src/lib/kdb/kdb_dbm.c