Re: [PATCH 2/6] cmd: tpm-v1: fix load_key_by_sha1 compile errors

2021-11-04 Thread Ilias Apalodimas
On Thu, 4 Nov 2021 at 03:14, Mathew McBride wrote: > > This command is not compiled by default and has not been updated alongside > changes to the tpmv1 API, such as passing the TPM udevice to the relevant > functions. > > Signed-off-by: Mathew McBride > --- > cmd/tpm-v1.c | 10 +- > lib

[PATCH 2/6] cmd: tpm-v1: fix load_key_by_sha1 compile errors

2021-11-03 Thread Mathew McBride
This command is not compiled by default and has not been updated alongside changes to the tpmv1 API, such as passing the TPM udevice to the relevant functions. Signed-off-by: Mathew McBride --- cmd/tpm-v1.c | 10 +- lib/tpm-v1.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-)