Browse Source

load aead automatically, too

SVN-Revision: 13590
Imre Kaloz 17 years ago
parent
commit
b0c8cfd950
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/modules/crypto.mk

+ 1 - 0
package/kernel/modules/crypto.mk

@@ -56,6 +56,7 @@ define KernelPackage/crypto-core
 	$(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
 	$(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,01, \
+	aead \
 	crypto_algapi \
 	cryptomgr \
 	crypto_hash \