Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/crypto/dist/heimdal/kdc



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.




Home | Main Index | Thread Index | Old Index