(krb5_crypto_get_checksum_type): fix format string

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12613 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-23 11:36:00 +00:00
parent 2eaeba1f93
commit 71bc13390a

View File

@@ -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;
}