On Tue, Aug 05, 2008 at 11:33:00PM +1000, Stephen Rothwell wrote: > Hi Herbert, > > On Tue, 5 Aug 2008 13:36:28 +0800 Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > > > I've fixed it with the following patch. > > > > -- > > diff --git a/crypto/Kconfig b/crypto/Kconfig > > index 4f72b30..a3f4b4f 100644 > > --- a/crypto/Kconfig > > +++ b/crypto/Kconfig > > @@ -40,7 +40,9 @@ config CRYPTO_HASH > > > > config CRYPTO_MANAGER > > tristate "Cryptographic algorithm manager" > > - select CRYPTO_ALGAPI > > + select CRYPTO_AEAD > > + select CRYPTO_HASH > > + select CRYPTO_BLKCIPHER > > help > > Create default cryptographic template instantiations such as > > cbc(aes). > > @@ -85,9 +87,7 @@ config CRYPTO_AUTHENC > > config CRYPTO_TEST > > tristate "Testing module" > > depends on m > > - select CRYPTO_ALGAPI > > - select CRYPTO_AEAD > > - select CRYPTO_BLKCIPHER > > + select CRYPTO_MANAGER > > help > > Quick & dirty crypto test module. > > I am guessing that will help with these errors as well? > > testmgr.c:(.text+0x6404): undefined reference to `.crypto_alloc_ablkcipher Yes it should. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html