commit | 5e553110f27ff77591ec7305c6216ad6949f7a95 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <[email protected]> | Fri Dec 14 16:43:32 2007 +0800 |
committer | Herbert Xu <[email protected]> | Fri Jan 11 08:16:39 2008 +1100 |
tree | 8864adf96c71f51ffd09f1cce59c5eb9a54483e6 | |
parent | f17922bc75d6261dd6e0e2d687ff43b96e91e04a [diff] |
[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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>