(hdb_next_enctype2key): const-ize a little bit

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9195 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-15 23:12:15 +00:00
parent 8dd458737a
commit 90fed32b0c

View File

@@ -62,7 +62,7 @@ static struct hdb_method methods[] = {
krb5_error_code
hdb_next_enctype2key(krb5_context context,
hdb_entry *e,
const hdb_entry *e,
krb5_enctype enctype,
Key **key)
{