]> git.ipfire.org Git - thirdparty/libsolv.git/commit
sha2.c: sync _Final function definition with the header file
authorMichael Schroeder <mls@suse.de>
Sat, 25 Sep 2021 21:19:16 +0000 (23:19 +0200)
committerMichael Schroeder <mls@suse.de>
Sat, 25 Sep 2021 21:19:16 +0000 (23:19 +0200)
commit4cb7359ca53eccc7fa2645440b9dfe0dbbfb8610
tree959ff96d6f9e99ecd8f38d6d63aa9c2d8e46277f
parent9d53fe7416fc546ade29aea50a51a43f4bfe0a94
sha2.c: sync _Final function definition with the header file

Some compilers warn that digest[] is not the same as
digest[SHAXXX_DIGEST_LENGTH].

Fixes issue#464
src/sha2.c