X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=crypto%2Fpcompress.c;h=f7c4a7d7412ee69600ddd018a3099e9e8bb51e69;hb=c17c8fbf349482e89b57d1b800e83e9f4cf40c47;hp=bcadc03726b7eb2d12ac71b251da31e4e38651bf;hpb=2f6ceb7933f52f238519a9c2f65c628eecdac962;p=safe%2Fjmp%2Flinux-2.6 diff --git a/crypto/pcompress.c b/crypto/pcompress.c index bcadc03..f7c4a7d 100644 --- a/crypto/pcompress.c +++ b/crypto/pcompress.c @@ -36,14 +36,12 @@ static int crypto_pcomp_init(struct crypto_tfm *tfm, u32 type, u32 mask) return 0; } -static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg, - const struct crypto_type *frontend) +static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg) { return alg->cra_ctxsize; } -static int crypto_pcomp_init_tfm(struct crypto_tfm *tfm, - const struct crypto_type *frontend) +static int crypto_pcomp_init_tfm(struct crypto_tfm *tfm) { return 0; }