remove to strict usage
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
03e73522a3
commit
01993e8d76
@@ -466,12 +466,6 @@ verify_checksum(krb5_context context,
|
|||||||
ret = get_checksum_key(context, crypto, usage, ct, &dkey);
|
ret = get_checksum_key(context, crypto, usage, ct, &dkey);
|
||||||
if (ret)
|
if (ret)
|
||||||
return 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
|
} else
|
||||||
dkey = NULL;
|
dkey = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user