From 5b473763a4f25966b74f55b6fb47c2b818b892cb Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 20 Feb 1999 15:07:00 +0000 Subject: [PATCH] prototype for `hdb_set_master_keyfile' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5391 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index ec22c74d1..e298b0355 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -97,7 +97,11 @@ krb5_error_code hdb_init_db(krb5_context, HDB*); krb5_error_code hdb_set_master_key (krb5_context context, HDB *db, - const char *keyfile); + EncryptionKey key); + +krb5_error_code hdb_set_master_keyfile (krb5_context context, + HDB *db, + const char *keyfile); krb5_error_code hdb_clear_master_key (krb5_context context, HDB *db);