From owner-cvs-all@FreeBSD.ORG Wed Mar 9 21:49:41 2005 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 C975B16A4CE; Wed, 9 Mar 2005 21:49:41 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E5843D3F; Wed, 9 Mar 2005 21:49:41 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j29LnWms061113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2005 13:49:33 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <422F6FCF.8060806@errno.com> Date: Wed, 09 Mar 2005 13:51:11 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <3213.1110401840@critter.freebsd.dk> In-Reply-To: <3213.1110401840@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Richard Coleman cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/lib/libmd Makefile sha256.3 sha256.h sha256c.c shadriver.c src/sbin/md5 Makefile 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: Wed, 09 Mar 2005 21:49:41 -0000 Poul-Henning Kamp wrote: > I will add my voice to the chorus who pine for us to have one single > copy of things like hashes and encryption. > > And by "one single copy" I mean one shared between kernel and userland. The only comment I'd make about this is that sys/crypto has kame code only and in the past we've tried to not mess around with their code and/or directory structure. In particular when I brought in the OCF I did several headstands to get around issues. Sam