Re: [PATCH 1/3] crypto: talitos - prepare for adding ahash algorithms

2010-05-01 Thread Kim Phillips
On Wed, 28 Apr 2010 05:33:52 -0700 lee.nip...@gmail.com wrote: No functional changes. Use a union in talitos_alg_template for the crypto_alg so that we can add a member later for ahash_alg. Signed-off-by: Lee Nipper lee.nip...@gmail.com --- Acked-By: Kim Phillips

[PATCH 1/3] crypto: talitos - prepare for adding ahash algorithms

2010-04-28 Thread lee . nipper
No functional changes. Use a union in talitos_alg_template for the crypto_alg so that we can add a member later for ahash_alg. Signed-off-by: Lee Nipper lee.nip...@gmail.com --- drivers/crypto/talitos.c | 39 +-- 1 files changed, 21 insertions(+), 18