commit | 55a7d60f8f10b1c3c5a8e29571c065d61f5dd12f | [log] [tgz] |
---|---|---|
author | Hugo Cornelis <hugo.cornelis@essensium.com> | Thu Mar 21 12:22:22 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 08:53:31 2024 -0600 |
tree | 9a52802d444c51a62204cf3d4c5bc68e02c95cb1 | |
parent | 7b2d32a7d6a782063bed80fa2161305eba627caa [diff] |
image-host: Fix error value paths and emit error messages to stderr. A recent refactoring in image-host.c messed up the return values of the function that reads the encryptiong keys. This patch fixes this and also makes sure that error output goes to stderr instead of to stdout. Signed-off-by: Hugo Cornelis <hugo.cornelis@essensium.com>