"crypto/cmac.c" did not exist on "94765b9e4cba8e3c51c292338db16aa174894d30"
Herbert Xu
authored
When setting the digest size xcbc tests to see if the underlying algorithm
is a hash. This is silly because we don't allow it to be a hash and we've
specifically requested for a cipher.
This patch removes the bogus test.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>