(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:
@@ -1991,8 +1991,7 @@ krb5_crypto_get_checksum_type(krb5_context context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ct == NULL) {
|
if (ct == NULL) {
|
||||||
krb5_set_error_string (context, "checksum type %d not supported",
|
krb5_set_error_string (context, "checksum type not found");
|
||||||
type);
|
|
||||||
return KRB5_PROG_SUMTYPE_NOSUPP;
|
return KRB5_PROG_SUMTYPE_NOSUPP;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user