]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite74b4b17c7e6e28c1f4438485d4ff070a8e7fbbc
treed955dde777301254729287cc10061e65506977e0
parentee13a415559e30fd05b32d47e6ff40050cb6ac8c
[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