From owner-cvs-all@FreeBSD.ORG Tue Jan 27 12:27:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DB616A4CE; Tue, 27 Jan 2004 12:27:31 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB11B43D67; Tue, 27 Jan 2004 12:27:11 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id E5E8C49; Tue, 27 Jan 2004 21:26:23 +0100 (CET) Date: Tue, 27 Jan 2004 21:26:23 +0100 From: Guido van Rooij To: Robert Watson Message-ID: <20040127202623.GA94296@gvr.gvr.org> References: <200401271857.i0RIvLKq071389@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/crypto md5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 20:27:31 -0000 On Tue, Jan 27, 2004 at 02:15:22PM -0500, Robert Watson wrote: > > Reported by: Logan Gabriel > > FYI for the reader: we actually have two implementations of md5 in the > kernel, and this is the unused one. ??? If that were true, the correct fix would be to rip this version out, wouldn't it? -Guido