[EXT] [PATCH 1/4] examples/fips_validation: fix external build

Gowrishankar Muthukrishnan gmuthukrishn at marvell.com
Tue Jun 13 17:05:40 CEST 2023


Acked-by: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>

Thanks.

> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Tuesday, June 13, 2023 1:48 PM
> To: dev at dpdk.org
> Cc: thomas at monjalon.net; bruce.richardson at intel.com; stable at dpdk.org;
> Brian Dooley <brian.dooley at intel.com>; Gowrishankar Muthukrishnan
> <gmuthukrishn at marvell.com>
> Subject: [EXT] [PATCH 1/4] examples/fips_validation: fix external build
> 
> External Email
> 
> ----------------------------------------------------------------------
> Added sources were not referenced in the makefile used when compiling this
> example externally.
> 
> Fixes: 36128a67c27e ("examples/fips_validation: add asymmetric validation")
> Fixes: b455d261eb89 ("examples/fips_validation: validate ECDSA")
> Cc: stable at dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
>  examples/fips_validation/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/examples/fips_validation/Makefile
> b/examples/fips_validation/Makefile
> index bca6647f55..fbb778d57a 100644
> --- a/examples/fips_validation/Makefile
> +++ b/examples/fips_validation/Makefile
> @@ -15,6 +15,8 @@ SRCS-y += fips_validation_ccm.c  SRCS-y +=
> fips_validation_sha.c  SRCS-y += fips_dev_self_test.c  SRCS-y +=
> fips_validation_xts.c
> +SRCS-y += fips_validation_rsa.c
> +SRCS-y += fips_validation_ecdsa.c
>  SRCS-y += main.c
> 
>  PKGCONF ?= pkg-config
> --
> 2.40.1



More information about the dev mailing list