Skip to content
Snippets Groups Projects
Commit 6991dd77 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

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

svn path=/dists/trunk/linux-2.6/; revision=16424
parent e870e8a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment