From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0115.outbound.protection.outlook.com [157.56.111.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BB8A71A0008 for ; Fri, 6 Mar 2015 11:12:55 +1100 (AEDT) Date: Thu, 5 Mar 2015 18:07:26 -0600 From: Kim Phillips To: Martin Hicks Subject: Re: [PATCH v2 2/5] crypto: talitos: Remove MD5_BLOCK_SIZE Message-ID: <20150305180726.6ab76042f99af0eb62b64ed6@freescale.com> In-Reply-To: <1425388897-5434-3-git-send-email-mort@bork.org> References: <1425388897-5434-1-git-send-email-mort@bork.org> <1425388897-5434-3-git-send-email-mort@bork.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: Scott Wood , linuxppc-dev@lists.ozlabs.org, Horia =?UTF-8?Q?Geant=C4=83?= , linux-crypto@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 3 Mar 2015 08:21:34 -0500 Martin Hicks wrote: > This is properly defined in the md5 header file. > > Signed-off-by: Martin Hicks > --- Acked-by: Kim Phillips Kim