From: Akinobu Mita *** Warning: "crypto_free_tfm" [security/seclvl.ko] undefined! *** Warning: "crypto_alloc_tfm" [security/seclvl.ko] undefined! *** Warning: "crypto_unregister_alg" [crypto/sha1.ko] undefined! *** Warning: "crypto_register_alg" [crypto/sha1.ko] undefined! Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton --- 25-akpm/security/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN security/Kconfig~seclvl-add-missing-dependency security/Kconfig --- 25/security/Kconfig~seclvl-add-missing-dependency 2005-01-10 00:01:47.475882488 -0800 +++ 25-akpm/security/Kconfig 2005-01-10 00:01:47.478882032 -0800 @@ -76,6 +76,7 @@ config SECURITY_ROOTPLUG config SECURITY_SECLVL tristate "BSD Secure Levels" depends on SECURITY + select CRYPTO select CRYPTO_SHA1 help Implements BSD Secure Levels as an LSM. See _