Hi Herbert, Today's linux-next build (powerpc ppc64_defconfig) failed like this: crypto/built-in.o: In function `.test_aead': testmgr.c:(.text+0x8378): undefined reference to `.crypto_aead_setauthsize' testmgr.c:(.text+0x874c): undefined reference to `.crypto_aead_setauthsize' crypto/built-in.o: In function `.alg_test_aead': testmgr.c:(.text+0x8bb4): undefined reference to `.crypto_alloc_aead' I added the following patch. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ >From d72a0cb337ed3a553c502e221efbd8dcf725048d Mon Sep 17 00:00:00 2001 From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Tue, 5 Aug 2008 14:00:20 +1000 Subject: [PATCH] crypto: tetsmgr linking fix Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> --- crypto/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/Makefile b/crypto/Makefile index 59ab500..ba73c57 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -24,7 +24,7 @@ obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o cryptomgr-objs := algboss.o testmgr.o -obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o +obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o aead.o obj-$(CONFIG_CRYPTO_HMAC) += hmac.o obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o -- 1.5.6.3
Attachment:
pgp0KFliwcgia.pgp
Description: PGP signature