[CRYPTO] authenc: Select HASH in Kconfig
authorBorislav Petkov <bbpetkov@yahoo.de>
Fri, 14 Dec 2007 08:43:32 +0000 (16:43 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:39 +0000 (08:16 +1100)
commit5e553110f27ff77591ec7305c6216ad6949f7a95
tree8864adf96c71f51ffd09f1cce59c5eb9a54483e6
parentf17922bc75d6261dd6e0e2d687ff43b96e91e04a
[CRYPTO] authenc: Select HASH in Kconfig

i get here:

----
  LD      vmlinux
  SYSMAP  System.map
  SYSMAP  .tmp_System.map
  Building modules, stage 2.
  MODPOST 226 modules
ERROR: "crypto_hash_type" [crypto/authenc.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
---

which fails because crypto_hash_type is declared in crypto/hash.c. You might wanna
fix it like so:

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig