commit | b16c3a2e2c0307f5370b2b5e18bcbe1437b5f3d8 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 29 19:02:04 2007 +0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:42 2007 -0700 |
tree | d955dde777301254729287cc10061e65506977e0 | |
parent | 5fa0fea27461f5ff7fad07687618db08272e9502 [diff] |
[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>