]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
authorAdrian Bunk <bunk@kernel.org>
Mon, 18 Feb 2008 01:00:05 +0000 (09:00 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Feb 2008 01:00:05 +0000 (09:00 +0800)
commitf4c1a1ddc30adcf6eb5f04f045bb45e2fc689f43
tree0c1889e10f00675ac959621fc9d964f2b6be25fb
parent09ddecf0b09735233c3b997b6a3042cdd715535c
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER

This patch fixes the following build error caused by commit
c8dbcfcf142956f949db28fc99273d0a1839efd7:

<--  snip  -->

...
  LD      .tmp_vmlinux1
crypto/built-in.o: In function `skcipher_null_crypt':
crypto_null.c:(.text+0x3d14): undefined reference to `blkcipher_walk_virt'
crypto_null.c:(.text+0x3d14): relocation truncated to fit: R_MIPS_26 against `blkcipher_walk_virt'
crypto/built-in.o: In function `$L32':
crypto_null.c:(.text+0x3d54): undefined reference to `blkcipher_walk_done'
crypto_null.c:(.text+0x3d54): relocation truncated to fit: R_MIPS_26 against `blkcipher_walk_done'
crypto/built-in.o:(.data+0x2e8): undefined reference to `crypto_blkcipher_type'
make[1]: *** [.tmp_vmlinux1] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig