summaryrefslogtreecommitdiff
path: root/crypto/shash.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-05-01 09:42:29 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-05-08 15:32:12 +1000
commit46b70c03401ad07b74a56b6773b33b9b1907daad (patch)
tree247f04ac92f02ceeb5e69f53326dcd3dae28756d /crypto/shash.c
parentccf5a2ec44cbbd14153eadf7a2ab4dfaec2e56e6 (diff)
downloadlinux-crypto-46b70c03401ad07b74a56b6773b33b9b1907daad.tar.gz
linux-crypto-46b70c03401ad07b74a56b6773b33b9b1907daad.zip
crypto: lib/sha256 - return void
The SHA-256 / SHA-224 library functions can't fail, so remove the useless return value. Also long as the declarations are being changed anyway, also fix some parameter names in the declarations to match the definitions. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions