crypto: Explicitly enable algorithm self-tests (Closes: #599441)

svn path=/dists/trunk/linux-2.6/; revision=16424
This commit is contained in:
Ben Hutchings 2010-10-10 15:28:05 +00:00
parent e870e8a6e1
commit 6991dd77f3
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ linux-2.6 (2.6.36~rc7-1~experimental.1) UNRELEASED; urgency=low
* [x86] Enable modular IDEAPAD_ACPI (Closes: #599444)
* perf: Enable Perl and Python scripting
- Move scripts to /usr/share/perf_<version>-core (Closes: #599624)
* crypto: Explicitly enable algorithm self-tests (Closes: #599441)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 07 Oct 2010 03:24:21 +0100

View File

@ -26,6 +26,7 @@ CONFIG_DEFAULT_CFQ=y
CONFIG_CRYPTO=y
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=n
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
# CONFIG_CRYPTO_CRYPTD is not set