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