[CRYPTO] api: Fixed crypto_*_reqsize return type
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 29 Aug 2007 11:02:04 +0000 (19:02 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:42 +0000 (16:55 -0700)
commitb16c3a2e2c0307f5370b2b5e18bcbe1437b5f3d8
treed955dde777301254729287cc10061e65506977e0
parent5fa0fea27461f5ff7fad07687618db08272e9502
[CRYPTO] api: Fixed crypto_*_reqsize return type

This patch changes the return type of crypto_*_reqsize from int to
unsigned int which matches what the underlying type is (and should
be).

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/crypto.h