From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/fips_validation: fix build Date: Mon, 05 Nov 2018 21:06:43 +0100 Message-ID: <1689536.7AusjRm6Vt@xps> References: <20181105174527.15671-1-thomas@monjalon.net> <8442ca09-3363-d637-76be-3e896a275a2d@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Ferruh Yigit To: marko.kovacevic@intel.com Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B6B584F90 for ; Mon, 5 Nov 2018 21:06:46 +0100 (CET) In-Reply-To: <8442ca09-3363-d637-76be-3e896a275a2d@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/11/2018 18:51, Ferruh Yigit: > On 11/5/2018 5:45 PM, Thomas Monjalon wrote: > > The example was not added to the Makefile and there are some > > compilation errors: > >=20 > > examples/fips_validation/main.c: In function =E2=80=98prepare_aead_op= =E2=80=99: > > error: control reaches end of non-void function > > examples/fips_validation/main.c: In function =E2=80=98prepare_auth_op= =E2=80=99: > > error: control reaches end of non-void function > >=20 > > Fixes: f64adb6714e0 ("examples/fips_validation: support HMAC parsing") > > Fixes: 4aaad2995e13 ("examples/fips_validation: support GCM parsing") > > Cc: marko.kovacevic@intel.com > >=20 > > Signed-off-by: Thomas Monjalon >=20 > Reviewed-by: Ferruh Yigit > Tested-by: Ferruh Yigit Applied