]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lib/sha*.c: Update header list
authorTom Rini <trini@konsulko.com>
Thu, 14 Dec 2023 18:16:53 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
commitbc9c7ccc87bee1659a586171eeb19c7474023095
tree37a021e9de1700bd4f44396168f4b67759ee0351
parent071cf2767f832ec89eff40a476903d4ac5240dcf
lib/sha*.c: Update header list

Cleanup the list of headers we include here. For the tools build we only
need to exclude <cyclic.h> as that's used by the target build for the
prototype for schedule(), and we don't need to get that via
<watchdog.h>. We can also make use of our <string.h> intentionally
existing as a redirection to <linux/string.h> to reduce ifdef'd lines.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
lib/sha1.c
lib/sha256.c
lib/sha512.c