commit | 94765b9e4cba8e3c51c292338db16aa174894d30 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jan 01 15:49:17 2008 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:17:00 2008 +1100 |
tree | 9f444b1543acf431c8d4ca5c0d100b270220c1a2 | |
parent | 1b87887d6c232becba77835b29a424cf78442b7d [diff] |
[CRYPTO] xcbc: Remove bogus hash/cipher test 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>