On 14.08.2010, Greg KH wrote:
There's a small typo in the crypto/Kconfig patch. This corrects it.
diff -urN a/crypto/Kconfig b/crypto/Kconfig
--- a/crypto/Kconfig 2010-08-13 22:44:56.000000000 +0200
+++ b/crypto/Kconfig 2010-08-14 08:47:17.810000001 +0200
@@ -97,7 +97,7 @@
select CRYPTO_PCOMP
config CRYPTO_MANAGER_TESTS
- bool "Run algolithms' self-tests"
+ bool "Run algorithms' self-tests"
default y
depends on CRYPTO_MANAGER2
help
--