remove to strict usage

This commit is contained in:
Love Hornquist Astrand
2011-05-15 13:52:19 -07:00
committed by Love Hörnquist Åstrand
parent 03e73522a3
commit 01993e8d76

View File

@@ -466,12 +466,6 @@ verify_checksum(krb5_context context,
ret = get_checksum_key(context, crypto, usage, ct, &dkey);
if (ret)
return ret;
} else if (crypto) {
krb5_set_error_message(context, KRB5_PROG_SUMTYPE_NOSUPP,
N_("Checksum type %s is unkeyed, "
"but caller expected key checksum %s", ""),
ct->name, crypto->et->name);
return KRB5_PROG_SUMTYPE_NOSUPP; /* XXX */
} else
dkey = NULL;