Subject: CVS commit: basesrc/crypto/dist/heimdal/kdc
To: None <source-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 03/21/2002 23:02:17
Module Name:	basesrc
Committed By:	reinoud
Date:		Thu Mar 21 21:02:17 UTC 2002

Modified Files:
	basesrc/crypto/dist/heimdal/kdc: kerberos5.c

Log Message:
Simple file static function had wrong function definition :

-find_etype(hdb_entry *princ, unsigned *etypes, unsigned len,
+find_etype(hdb_entry *princ, krb5_enctype *etypes, unsigned len,

In the Acorn32 port an enum doesn't have to be unsigned (!) int's ... but
can also be a byte/char sized var.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/crypto/dist/heimdal/kdc/kerberos5.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.