(find_etype): unsigned -> krb5_enctype (from Reinoud Zandijk)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10890 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-03-22 12:12:44 +00:00
parent 5b9e46da53
commit e93c997617

View File

@@ -78,7 +78,7 @@ find_padata(KDC_REQ *req, int *start, int type)
*/
static krb5_error_code
find_etype(hdb_entry *princ, unsigned *etypes, unsigned len,
find_etype(hdb_entry *princ, krb5_enctype *etypes, unsigned len,
Key **ret_key, krb5_enctype *ret_etype)
{
int i;