Fix copy-paste error with SHA256 digest length in checksum_helper.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 11 Feb 2021 10:16:11 +0000 (19:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 11 Feb 2021 10:16:11 +0000 (19:16 +0900)
commit42d74e0c443760af91875af99d2655c9eb4c40df
tree2beef7695d3f02faf3ece05379c7ace33bc36f9b
parent69273c8f88d7e6295ed7b38114969fa3ea03eff2
Fix copy-paste error with SHA256 digest length in checksum_helper.c

Issue introduced by 87ae969, noticed while working on the area.  While
on it, fix some grammar in the surrounding static assertions.
src/common/checksum_helper.c