On Sat, May 14, 2022 at 08:54:59AM +0800, zhenwei pi wrote: > From: Lei He <helei.si...@bytedance.com> > > Add an ANS.1 DER decoder which is used to parse asymmetric > cipher keys > > Signed-off-by: zhenwei pi <pizhen...@bytedance.com> > Signed-off-by: lei he <helei.si...@bytedance.com> > --- > crypto/der.c | 189 +++++++++++++++++++++++ > crypto/der.h | 81 ++++++++++ > crypto/meson.build | 1 + > tests/unit/meson.build | 1 + > tests/unit/test-crypto-der.c | 290 +++++++++++++++++++++++++++++++++++ > 5 files changed, 562 insertions(+) > create mode 100644 crypto/der.c > create mode 100644 crypto/der.h > create mode 100644 tests/unit/test-crypto-der.c >
> diff --git a/tests/unit/meson.build b/tests/unit/meson.build > index 264f2bc0c8..a8af85128d 100644 > --- a/tests/unit/meson.build > +++ b/tests/unit/meson.build > @@ -47,6 +47,7 @@ tests = { > 'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / > 'hw/core/ptimer.c'], > 'test-qapi-util': [], > 'test-smp-parse': [qom, meson.project_source_root() / > 'hw/core/machine-smp.c'], > + 'test-crypto-der': [crypto], > } This needs to be moved to later in this file where the other test-crypto-XXXX rules are, otherwise it fails to build on a configuration --without-system --without-tools. With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization