[CRYPTO] cryptomgr: Fix parsing of nested templates
[pandora-kernel.git] / crypto / Kconfig
index 086fcec..a20a3f1 100644 (file)
@@ -16,6 +16,10 @@ config CRYPTO_ALGAPI
        help
          This option provides the API for cryptographic algorithms.
 
+config CRYPTO_ABLKCIPHER
+       tristate
+       select CRYPTO_BLKCIPHER
+
 config CRYPTO_BLKCIPHER
        tristate
        select CRYPTO_ALGAPI