[CRYPTO] hmac: Fix error truncation by unlikely()
[linux-2.6-microblaze.git] / crypto / Kconfig
index 69c5f99..1e2f39c 100644 (file)
@@ -33,7 +33,8 @@ config CRYPTO_MANAGER
          cbc(aes).
 
 config CRYPTO_HMAC
-       bool "HMAC support"
+       tristate "HMAC support"
+       select CRYPTO_HASH
        help
          HMAC: Keyed-Hashing for Message Authentication (RFC2104).
          This is required for IPSec.