commit | feaf0cfc263ec778fa166e96ac6a9ef37854fec9 | [log] [tgz] |
---|---|---|
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | Tue Dec 13 12:53:12 2011 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Dec 20 15:20:07 2011 +0800 |
tree | 42517903c6df98972a39c3e24cd2617225860af6 | |
parent | 88715b9ade718564fd8b1318735826370481366b [diff] |
crypto: serpent-sse2 - select LRW and XTS serpent-sse2 uses functions from LRW and XTS modules, so selecting would appear to be better option than using #ifdefs in serpent_sse2_glue.c to enable/disable LRW and XTS features. This also fixes build problem when serpent-sse2 would be build into kernel but XTS/LRW are build as modules. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>