[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)
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>

No differences found