From d493b9715eb5d943ea35dc9a9c3320c3c42a41ca Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 16 Oct 2006 21:28:58 +1000 Subject: [PATCH] --- yaml --- r: 40075 b: refs/heads/master c: 43518407d57f1b685f5a9f1a981734ce66a21f76 h: refs/heads/master i: 40073: b701d4a09c3b308fe8faebeadcb765ac10182f88 40071: e2112a28ce4303ccf7fc985f3b352a9092f30e07 v: v3 --- [refs] | 2 +- trunk/crypto/Kconfig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 026434716350..b01f81bef62b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9765d262b8230b735c4b2815b041c09a00833cf1 +refs/heads/master: 43518407d57f1b685f5a9f1a981734ce66a21f76 diff --git a/trunk/crypto/Kconfig b/trunk/crypto/Kconfig index 1e2f39c21180..cbae8392ce11 100644 --- a/trunk/crypto/Kconfig +++ b/trunk/crypto/Kconfig @@ -27,7 +27,6 @@ config CRYPTO_HASH config CRYPTO_MANAGER tristate "Cryptographic algorithm manager" select CRYPTO_ALGAPI - default m help Create default cryptographic template instantiations such as cbc(aes). @@ -35,6 +34,7 @@ config CRYPTO_MANAGER config CRYPTO_HMAC tristate "HMAC support" select CRYPTO_HASH + select CRYPTO_MANAGER help HMAC: Keyed-Hashing for Message Authentication (RFC2104). This is required for IPSec. @@ -131,6 +131,7 @@ config CRYPTO_TGR192 config CRYPTO_ECB tristate "ECB support" select CRYPTO_BLKCIPHER + select CRYPTO_MANAGER default m help ECB: Electronic CodeBook mode @@ -140,6 +141,7 @@ config CRYPTO_ECB config CRYPTO_CBC tristate "CBC support" select CRYPTO_BLKCIPHER + select CRYPTO_MANAGER default m help CBC: Cipher Block Chaining mode