From 90fed32b0c641afcaf828940e6b920db60c5c992 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 15 Nov 2000 23:12:15 +0000 Subject: [PATCH] (hdb_next_enctype2key): const-ize a little bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9195 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index adfb76c2a..959c23d05 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -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) {