third argument to krb5_const_principal (from krb5_principal) to
agree with krb5_kts_ops entries.
gcc warning about incompatible pointer types.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11980
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Jan 28 19:53:44 2000 Ezra Peisach <epeisach@mit.edu>
+
+ * kts_g_ent.c, ktsrvtab.h (krb5_ktsrvtab_get_entry): Change the
+ third argument to krb5_const_principal (from krb5_principal) to
+ agree with krb5_kts_ops entries.
+
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
krb5_ktsrvtab_get_entry(context, id, principal, kvno, enctype, entry)
krb5_context context;
krb5_keytab id;
- krb5_principal principal;
+ krb5_const_principal principal;
krb5_kvno kvno;
krb5_enctype enctype;
krb5_keytab_entry * entry;
krb5_error_code KRB5_CALLCONV krb5_ktsrvtab_get_entry
PROTOTYPE((krb5_context,
krb5_keytab,
- krb5_principal,
+ krb5_const_principal,
krb5_kvno,
krb5_enctype,
krb5_keytab_entry *));