<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Akinobu Mita &lt;amgta@yacht.ocn.ne.jp&gt;

*** 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 &lt;amgta@yacht.ocn.ne.jp&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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
_
</pre></body></html>