[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm call
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 16 Dec 2006 21:57:38 +0000 (08:57 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 6 Feb 2007 22:21:00 +0000 (09:21 +1100)
The crypto_comp conversion missed the last remaining crypto_alloc_tfm
call.  This patch replaces it with crypto_alloc_comp.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found