commit | d35d2454ce2175be77d2a366c2648597fd33a98f | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Nov 08 08:09:56 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 25 11:02:07 2008 +1100 |
tree | a89dacb5c41124c6dea8d23f0642ebaab7e3303f | |
parent | 3751f402e099893c34089ed303dca6f5f92dbfd1 [diff] [blame] |
crypto: null - Switch to shash This patch changes digest_null to the new shash interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff --git a/crypto/Kconfig b/crypto/Kconfig index aede802..359a7c2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig
@@ -102,6 +102,7 @@ tristate "Null algorithms" select CRYPTO_ALGAPI select CRYPTO_BLKCIPHER + select CRYPTO_HASH help These are 'Null' algorithms, used by IPsec, which do nothing.