summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2010-09-15 17:13:34 +0000
committerSam Hartman <hartmans@mit.edu>2010-09-15 17:13:34 +0000
commit41f6fee5e77e49732ae7c71808204aeb77aa1013 (patch)
treeae30686b8501b279e89a0166ae47c3ccc6d8f2c3 /src/include
parenta063fe7e5c11900df005bb2875b27f8e284dfdba (diff)
downloadkrb5-41f6fee5e77e49732ae7c71808204aeb77aa1013.tar.gz
krb5-41f6fee5e77e49732ae7c71808204aeb77aa1013.tar.xz
krb5-41f6fee5e77e49732ae7c71808204aeb77aa1013.zip
Remove dead code from DAL and kdb plugins
kdb: remove get/set_mkey_list git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24315 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kdb.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 8b03398e5..dac44ea55 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -1013,23 +1013,6 @@ typedef struct _kdb_vftabl {
void (*free)(krb5_context kcontext, void *ptr);
/*
- * Optional: Inform the module of the master key list. The module may
- * remember an alias to the provided memory. This function is called at
- * startup by the KDC and kadmind with the value returned by
- * fetch_master_key_list.
- */
- krb5_error_code (*set_master_key_list)(krb5_context kcontext,
- krb5_keylist_node *keylist);
-
- /*
- * Optional: Retrieve an alias to the master key list as previously set by
- * set_master_key_list. This function is used by the KDB keytab
- * implementation in libkdb5, which is used by kadmind.
- */
- krb5_error_code (*get_master_key_list)(krb5_context kcontext,
- krb5_keylist_node **keylist);
-
- /*
* Optional with default: Retrieve a master keyblock from the stash file
* db_args, filling in *key and *kvno. mname is the name of the master
* principal for the realm.