]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: Added a unit test for SHA256 digest generation
authorSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2020 18:17:12 +0000 (18:17 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2020 22:12:27 +0000 (22:12 +0000)
commit81c37124341e2c2f80a9c2f60cefaf61143c78b7
treeaf934d6f5bb6cabf427ab32ce22a5c5e9ab036b1
parent84762ff815d946ea104b600598b32c3bb558ad06
tests: Added a unit test for SHA256 digest generation

Follow up to 2b5b37c.

Closes #4968
lib/curl_sha256.h
lib/sha256.c
tests/data/Makefile.inc
tests/data/test1610 [new file with mode: 0644]
tests/unit/Makefile.inc
tests/unit/unit1610.c [new file with mode: 0644]