commit | a7126603d46fe8f01aeedf589e071c6aaa6c6c39 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Thu Nov 14 11:49:06 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 22 18:48:37 2019 +0800 |
tree | 32b768afae38c8d3cd0420ca56aa432d5671d6ed | |
parent | a30583fcfb86ebf332573598359c189a4e02c2da [diff] |
crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c If you try to compile this driver on a 64-bit platform then you will get warnings because it mixes size_t with unsigned int which only works on 32-bit. This patch fixes all of the warnings on sun4i-ss-hash.c. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>