summaryrefslogtreecommitdiffstats
path: root/src/include/kdb.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-07-02 17:18:46 +0000
committerGreg Hudson <ghudson@mit.edu>2010-07-02 17:18:46 +0000
commitbeeab09509ed1e46e1fbe4358c6388caf0dcdc61 (patch)
tree9c93b7d7c2c83e34b89aafa707c225d3d2e18039 /src/include/kdb.h
parent3dd263c9e18f52a115ab16213c37ee4132d56961 (diff)
downloadkrb5-beeab09509ed1e46e1fbe4358c6388caf0dcdc61.tar.gz
krb5-beeab09509ed1e46e1fbe4358c6388caf0dcdc61.tar.xz
krb5-beeab09509ed1e46e1fbe4358c6388caf0dcdc61.zip
Remove setup_master_key_name from the DAL table as it was not used
ticket: 6749 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24163 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kdb.h')
-rw-r--r--src/include/kdb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 31f2b13509..4406126b93 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -1151,12 +1151,6 @@ typedef struct _kdb_vftabl {
krb5_error_code (*get_master_key_list)(krb5_context kcontext,
krb5_keylist_node **keylist);
- /* This function has no entry point in libkdb5; leave it as NULL. */
- krb5_error_code (*setup_master_key_name)(krb5_context kcontext,
- char *keyname, char *realm,
- char **fullname,
- krb5_principal *principal);
-
/*
* Optional with default: Save a master keyblock into the stash file
* db_arg. master_pwd indicates the password used to derive the keyblock,