From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E88637D63 for ; Thu, 27 Jul 2017 09:29:38 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 00:29:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="130036408" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga005.jf.intel.com with ESMTP; 27 Jul 2017 00:29:37 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX102.ger.corp.intel.com ([169.254.2.211]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 08:29:36 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH] crypto/openssl: fix typo Thread-Index: AQHTBWhVa4RCUq/yrku/Padw5rRJhKJnSVKQ Date: Thu, 27 Jul 2017 07:29:35 +0000 Message-ID: References: <20170725090632.69672-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170725090632.69672-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/openssl: fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 07:29:39 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 25, 2017 10:07 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] crypto/openssl: fix typo >=20 > Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo