Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269659AbTHJPP5 (ORCPT ); Sun, 10 Aug 2003 11:15:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269685AbTHJPP5 (ORCPT ); Sun, 10 Aug 2003 11:15:57 -0400 Received: from blackbird.intercode.com.au ([203.32.101.10]:51724 "EHLO blackbird.intercode.com.au") by vger.kernel.org with ESMTP id S269659AbTHJPP4 (ORCPT ); Sun, 10 Aug 2003 11:15:56 -0400 Date: Mon, 11 Aug 2003 01:15:33 +1000 (EST) From: James Morris To: Pascal Brisset cc: Fruhwirth Clemens , , , , Subject: Re: [PATCH] loop: fixing cryptoloop troubles. In-Reply-To: <20030810140912.6F7224007E9@mwinf0301.wanadoo.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 564 Lines: 24 On Sun, 10 Aug 2003, Pascal Brisset wrote: > A side note: Doesn't crypto/crypto_null.c need this fix ?: > > static void null_encrypt(void *ctx, u8 *dst, const u8 *src) > -{ } > +{ memmove(dst, src, NULL_BLOCK_SIZE); } > What for? See RFC 2410, section 2 :-) - James -- James Morris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/