Re: [PATCH 1/5] lib: do not build OID registry in SPL

2020-04-24 Thread Tom Rini
On Wed, Apr 15, 2020 at 06:46:19PM +0200, Heinrich Schuchardt wrote: > The OID registry is only used by crypto functions that are not built in > SPL. So we should not build it in SPL. > > Fixes: a9b45e6e8382 ("lib: add oid registry utility") > Signed-off-by: Heinrich Schuchardt > Reviewed-by: To

Re: [PATCH 1/5] lib: do not build OID registry in SPL

2020-04-16 Thread Tom Rini
On Thu, Apr 16, 2020 at 05:49:13PM +0200, Heinrich Schuchardt wrote: > On 4/16/20 4:32 AM, Tom Rini wrote: > > On Wed, Apr 15, 2020 at 06:46:19PM +0200, Heinrich Schuchardt wrote: > > > >> The OID registry is only used by crypto functions that are not built in > >> SPL. So we should not build it in

Re: [PATCH 1/5] lib: do not build OID registry in SPL

2020-04-16 Thread Heinrich Schuchardt
On 4/16/20 4:32 AM, Tom Rini wrote: > On Wed, Apr 15, 2020 at 06:46:19PM +0200, Heinrich Schuchardt wrote: > >> The OID registry is only used by crypto functions that are not built in >> SPL. So we should not build it in SPL. >> >> Fixes: a9b45e6e8382 ("lib: add oid registry utility") >> Signed-off

Re: [PATCH 1/5] lib: do not build OID registry in SPL

2020-04-15 Thread Tom Rini
On Wed, Apr 15, 2020 at 06:46:19PM +0200, Heinrich Schuchardt wrote: > The OID registry is only used by crypto functions that are not built in > SPL. So we should not build it in SPL. > > Fixes: a9b45e6e8382 ("lib: add oid registry utility") > Signed-off-by: Heinrich Schuchardt > --- > lib/Make

[PATCH 1/5] lib: do not build OID registry in SPL

2020-04-15 Thread Heinrich Schuchardt
The OID registry is only used by crypto functions that are not built in SPL. So we should not build it in SPL. Fixes: a9b45e6e8382 ("lib: add oid registry utility") Signed-off-by: Heinrich Schuchardt --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makef