[kernel] r17548 - in dists/trunk/linux-2.6/debian: . config

Ben Hutchings benh at alioth.debian.org
Tue May 31 00:28:08 UTC 2011


Author: benh
Date: Tue May 31 00:28:07 2011
New Revision: 17548

Log:
crypto, net: Enable CRYPTO_USER_API_HASH, CRYPTO_USER_API_SKCIPHER as modules

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue May 31 00:15:20 2011	(r17547)
+++ dists/trunk/linux-2.6/debian/changelog	Tue May 31 00:28:07 2011	(r17548)
@@ -55,6 +55,8 @@
   * [x86] edac: Enable EDAC_I7300 as module
   * [i386] staging, video: Enable FB_OLPC_DCON as module
   * [x86] staging, drm: Enable DRM_PSB as module
+  * crypto, net: Enable CRYPTO_USER_API_HASH, CRYPTO_USER_API_SKCIPHER as
+    modules
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 21 May 2011 22:13:08 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue May 31 00:15:20 2011	(r17547)
+++ dists/trunk/linux-2.6/debian/config/config	Tue May 31 00:28:07 2011	(r17548)
@@ -77,6 +77,8 @@
 CONFIG_CRYPTO_ZLIB=m
 CONFIG_CRYPTO_LZO=m
 CONFIG_CRYPTO_ANSI_CPRNG=m
+CONFIG_CRYPTO_USER_API_HASH=m
+CONFIG_CRYPTO_USER_API_SKCIPHER=m
 
 ##
 ## file: drivers/accessibility/Kconfig



More information about the Kernel-svn-changes mailing list