enable the newly added crypto algo

svn path=/dists/trunk/linux-2.6/; revision=8711
This commit is contained in:
Maximilian Attems 2007-05-22 13:39:47 +00:00
parent 190d5897bd
commit 1824aafbb0
2 changed files with 5 additions and 1 deletions

3
debian/arch/config vendored
View File

@ -190,8 +190,10 @@ CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
@ -206,6 +208,7 @@ CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_TEST=m
#

3
debian/changelog vendored
View File

@ -16,11 +16,12 @@ linux-2.6 (2.6.22~rc2-1~experimental.1) UNRELEASED; urgency=low
* Fix RTC_INTF_{DEV,SYSFS,PROC}=y where enabled modular.
* Enable new wirless stack mac80211 and improved wireless conf api.
* Enable new USB Touchscreen Driver on all configs with touchscreens.
* Enable the newly added crypto algorythm: fcrypt, pcbc and camellia.
[ Martin Michlmayr ]
* mipsel/r5k-cobalt: Use the new RTC system.
-- maximilian attems <maks@debian.org> Tue, 22 May 2007 09:27:20 +0200
-- maximilian attems <maks@debian.org> Tue, 22 May 2007 15:40:13 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low