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