From: Herbert Xu Date: Wed, 29 Aug 2007 11:02:04 +0000 (+0800) Subject: [CRYPTO] api: Fixed crypto_*_reqsize return type X-Git-Tag: v2.6.24-rc1~1454^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b16c3a2e2c0307f5370b2b5e18bcbe1437b5f3d8;p=pandora-kernel.git [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 --- Reading git-diff-tree failed