From 41f6fee5e77e49732ae7c71808204aeb77aa1013 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 15 Sep 2010 17:13:34 +0000 Subject: 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 --- src/include/kdb.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/include') 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 @@ -1012,23 +1012,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 -- cgit