Re: [PATCH 09/18] common: Move host-only logic in image-sig.c to separate file

2021-05-19 Thread Simon Glass
On Mon, 17 May 2021 at 13:47, Alex G. wrote: > > > > On 5/17/21 11:38 AM, Alexandru Gagniuc wrote: > > image-sig.c is used to map a hash or crypto algorithm name to a > > handler of that algorithm. There is some similarity between the host > > and target variants, with the differences worked out b

Re: [PATCH 09/18] common: Move host-only logic in image-sig.c to separate file

2021-05-17 Thread Alex G.
On 5/17/21 11:38 AM, Alexandru Gagniuc wrote: image-sig.c is used to map a hash or crypto algorithm name to a handler of that algorithm. There is some similarity between the host and target variants, with the differences worked out by #ifdefs. The purpose of this change is to remove those ifde