to krb5_boolean to match prototype for as argument to
krb5_c_enctype_compare.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16361
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-05-25 Ezra Peisach <epeisach@mit.edu>
+
+ * keytab.c (krb5_ktkdb_get_entry): Change local variable rom int
+ to krb5_boolean to match prototype for as argument to
+ krb5_c_enctype_compare.
+
2004-04-22 Ken Raeburn <raeburn@mit.edu>
* libkdb5.exports: New file.
krb5_boolean more = 0;
int n = 0;
int xrealm_tgt;
- int similar;
+ krb5_boolean similar;
if (ktkdb_ctx)
context = ktkdb_ctx;