From owner-cvs-src@FreeBSD.ORG Thu May 13 08:54:15 2004 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 ACF8816A4CE; Thu, 13 May 2004 08:54:15 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E88B43D1F; Thu, 13 May 2004 08:54:15 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5FCF2653B5; Thu, 13 May 2004 16:54:14 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14536-02; Thu, 13 May 2004 16:54:14 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E6E51653AD; Thu, 13 May 2004 16:54:13 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C50CA612E; Thu, 13 May 2004 16:54:12 +0100 (BST) Date: Thu, 13 May 2004 16:54:12 +0100 From: Bruce M Simpson To: Hajimu UMEMOTO Message-ID: <20040513155412.GA3378@empiric.dek.spc.org> Mail-Followup-To: Hajimu UMEMOTO , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405131546.i4DFkTDs079802@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405131546.i4DFkTDs079802@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/setkey parse.y 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: Thu, 13 May 2004 15:54:15 -0000 On Thu, May 13, 2004 at 08:46:29AM -0700, Hajimu UMEMOTO wrote: > Log: > check if the null encryption is supported or not. Many thanks! BMS.