Re: [PATCH] [crypto] remove similar aes glue code

2007-11-29 Thread Herbert Xu
On Tue, Nov 27, 2007 at 08:31:59PM +0100, Sebastian Siewior wrote: > 32 bit and 64 bit glue code is using (now) the same > piece code. This patch unifies them. > > Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> Patch applied. Thanks Sebastian! -- Visit Openswan at http://www.openswan.org/

[PATCH] [crypto] remove similar aes glue code

2007-11-27 Thread Sebastian Siewior
32 bit and 64 bit glue code is using (now) the same piece code. This patch unifies them. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- arch/x86/crypto/Makefile |4 +- arch/x86/crypto/aes_32.c | 58 -- arch/x86/crypto/{ae