commit | 84ede58dfcd1db6f04f71dd3ccd5328271b346da | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon May 20 09:54:46 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 30 15:28:41 2019 +0800 |
tree | 68b92a67caa5513a870eeaf6d685acb581d99308 | |
parent | 3e56e168638b3e7147902c3b7257a57ea573a30e [diff] |
crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST Remove the unnecessary constant CRYPTO_ALG_TYPE_DIGEST, which has the same value as CRYPTO_ALG_TYPE_HASH. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>