From 9aeb7874f368be4d952cff0a5ff660c0bc9d9bb1 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 6 Oct 1999 16:28:48 +0000 Subject: [PATCH] (krb5_compare_creds): const-ify git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7120 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/creds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/creds.c b/lib/krb5/creds.c index 40f10e4a3..5432e2db1 100644 --- a/lib/krb5/creds.c +++ b/lib/krb5/creds.c @@ -135,7 +135,7 @@ krb5_free_creds (krb5_context context, krb5_creds *c) krb5_boolean krb5_compare_creds(krb5_context context, krb5_flags whichfields, - krb5_creds *mcreds, krb5_creds *creds) + const krb5_creds *mcreds, const krb5_creds *creds) { krb5_boolean match;