From owner-cvs-src@FreeBSD.ORG Sun Oct 12 11:38:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260EB16A4B3; Sun, 12 Oct 2003 11:38:26 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB2043FA3; Sun, 12 Oct 2003 11:38:25 -0700 (PDT) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9CIcO0x046459 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 12 Oct 2003 11:38:24 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Hajimu UMEMOTO Date: Sun, 12 Oct 2003 11:39:30 -0700 User-Agent: KMail/1.5.3 References: <200310120943.h9C9hmM9098555@repoman.freebsd.org> <200310121100.00588.sam@errno.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310121139.30526.sam@errno.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/crypto/ripemd160 rmd160.c rmd160.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 18:38:26 -0000 On Sunday 12 October 2003 11:27 am, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Sun, 12 Oct 2003 11:00:00 -0700 > >>>>> Sam Leffler said: > > sam> There is already RIPMD160 support in the system. This will break LINT > builds sam> I believe. Also, you should compare performance of your code > to the existing sam> code before importing something new--if your stuff is > better then we should sam> change the kernel crypto support to use your > code; otherwise you should use sam> what's already there. > > Oops, there was same code already. I've just committed to use > opencrypto. Thank you. Sam