From patchwork Thu Oct 13 09:46:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gowrishankar Muthukrishnan X-Patchwork-Id: 118124 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D8D49A00C2; Thu, 13 Oct 2022 11:46:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 881C4410F2; Thu, 13 Oct 2022 11:46:15 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id A835A40C35 for ; Thu, 13 Oct 2022 11:46:14 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29D9Hkv8009812; Thu, 13 Oct 2022 02:46:13 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=7Jdp2DCXUIIswzHLOm0DfJ7ju9vR8YNumCjaaqsyLn0=; b=OijH/C+KM5MetDeuvLhIGFzWjQer61dXxkXB77ZPqWBUCG57QVTo62BdpCJrYk7wJl/W 3ju9QCVafxWPiUCVKYwMfPnX/aNS1YzGesFiJ9zX8XEc72dGiAxJ4z205UBbyBBW+FQ0 6MjYMYHjP+9vfI6BlDUjvRkpaTuPv10oZe7qwFaoSWuLg/VL+ehKIb7MVAOHfHqtizCY GVoTcaSuWYMKG/VCgAamtgmMNd2BBMGSEIHjvCO8aXcjORkTSzpzfVyQXPbZjhbp3yaZ OMgY6YysUmRcY0r+RwWMTcWnBYqU6QnGTuk9ZoXECzWrEIzKfVkSGEcDntkUrF82kH1b 7A== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3k6fwv82np-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 13 Oct 2022 02:46:13 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 13 Oct 2022 02:46:11 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 13 Oct 2022 02:46:11 -0700 Received: from localhost.localdomain (unknown [10.28.34.38]) by maili.marvell.com (Postfix) with ESMTP id AAA5E3F7078; Thu, 13 Oct 2022 02:46:09 -0700 (PDT) From: Gowrishankar Muthukrishnan To: CC: Anoob Joseph , Brian Dooley , Akhil Goyal , , "Gowrishankar Muthukrishnan" Subject: [v1] examples/fips_validation: remove unused include file Date: Thu, 13 Oct 2022 15:16:04 +0530 Message-ID: <20221013094604.717480-1-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: oc9wDVeMl0qvkaMF47FcJJ-zcuODRPBt X-Proofpoint-ORIG-GUID: oc9wDVeMl0qvkaMF47FcJJ-zcuODRPBt X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-10-13_06,2022-10-12_01,2022-06-22_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Remove invoking include for sys/random.h which is not actually used by app. Signed-off-by: Gowrishankar Muthukrishnan --- examples/fips_validation/fips_validation_rsa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/fips_validation/fips_validation_rsa.c b/examples/fips_validation/fips_validation_rsa.c index 43ff2a0634..f675b51051 100644 --- a/examples/fips_validation/fips_validation_rsa.c +++ b/examples/fips_validation/fips_validation_rsa.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include