On Thu, Jul 06, 2006 at 03:17:56PM +1200, Michal Ludvig wrote: > Merge padlock-generic.c into padlock-aes.c and compile > AES as a standalone module. We won't make a monolithic > padlock.ko with all supported algorithms, instead we'll > compile each driver into its own module. > > Signed-off-by: Michal Ludvig <[EMAIL PROTECTED]>
Thanks Michal, I've applied patches 1, 2 and 4. > -int __init padlock_init_aes(void) > +static int __init > +padlock_init(void) I reverted this back to the original style since that is the Linux way. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> 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-crypto" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html