]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Remove userptr_t from "digest" command
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 22:24:29 +0000 (23:24 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 22:24:29 +0000 (23:24 +0100)
commitc1b558f59e38c05dc7b625107c38a48082be0728
tree3bf8fdc804cd206c6a48da3ae688e5cd7b44e616
parent0edbc4c0824e54e3fe52d266c0dff50cfff59e8a
[cmdline] Remove userptr_t from "digest" command

Simplify the implementation of the "digest" command by assuming that
the entire image data can be passed directly to digest_update().

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/commands/digest_cmd.c