diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2008-11-08 08:09:56 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:07 +1100 |
commit | d35d2454ce2175be77d2a366c2648597fd33a98f (patch) | |
tree | a89dacb5c41124c6dea8d23f0642ebaab7e3303f /crypto/Kconfig | |
parent | 3751f402e099893c34089ed303dca6f5f92dbfd1 (diff) | |
download | linux-3.10-d35d2454ce2175be77d2a366c2648597fd33a98f.tar.gz linux-3.10-d35d2454ce2175be77d2a366c2648597fd33a98f.tar.bz2 linux-3.10-d35d2454ce2175be77d2a366c2648597fd33a98f.zip |
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>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index aede80246df..359a7c24af3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -102,6 +102,7 @@ config CRYPTO_NULL tristate "Null algorithms" select CRYPTO_ALGAPI select CRYPTO_BLKCIPHER + select CRYPTO_HASH help These are 'Null' algorithms, used by IPsec, which do nothing. |