]> git.hungrycats.org Git - linux/commitdiff
[PATCH] seclvl: add missing dependency
authorAkinobu Mita <amgta@yacht.ocn.ne.jp>
Tue, 11 Jan 2005 11:17:41 +0000 (03:17 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 11:17:41 +0000 (03:17 -0800)
*** 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 <amgta@yacht.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
security/Kconfig

index 576feff33a54e96f67d3ecb2f994d41cd9829649..a850986652b46409f5decf3e03bc980a1dfe8563 100644 (file)
@@ -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