From 71bc13390a94625f74052afbd86cc7625ebaf180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 23 Aug 2003 11:36:00 +0000 Subject: [PATCH] (krb5_crypto_get_checksum_type): fix format string git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12613 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/crypto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c index 0e03e04c2..1e9da1257 100644 --- a/lib/krb5/crypto.c +++ b/lib/krb5/crypto.c @@ -1991,8 +1991,7 @@ krb5_crypto_get_checksum_type(krb5_context context, } if (ct == NULL) { - krb5_set_error_string (context, "checksum type %d not supported", - type); + krb5_set_error_string (context, "checksum type not found"); return KRB5_PROG_SUMTYPE_NOSUPP; }