tools: Pass public-key node through to caller
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:12 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:44 +0000 (08:50 -0700)
commit9737c2d1ebe0fe61e1f406f7158b97552b6acad2
tree659c750d8e13fe2cd624c874c36f15d1047f8c60
parentc033dc8c0c4b744e028e124f88be4829309c75d1
tools: Pass public-key node through to caller

Update the two functions that call add_verify_data() so that the caller
can see the node that was written to.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/image-host.c