From owner-dev-commits-src-all@freebsd.org Mon Mar 8 18:15:45 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4F195523ED; Mon, 8 Mar 2021 18:15:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvRNK6Fwbz3GMZ; Mon, 8 Mar 2021 18:15:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 57CCAD32F; Mon, 8 Mar 2021 18:15:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: afbee98232f4 - main - Remove xform_poly1305.h from the build, it is not necessary. To: Scott Long , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202103052202.125M2CKd002981@gitrepo.freebsd.org> From: John Baldwin Message-ID: Date: Mon, 8 Mar 2021 10:15:40 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202103052202.125M2CKd002981@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:15:46 -0000 On 3/5/21 2:02 PM, Scott Long wrote: > The branch main has been updated by scottl: > > URL: https://cgit.FreeBSD.org/src/commit/?id=afbee98232f41fc05fa8a5b9a8cda4c4c65ff448 > > commit afbee98232f41fc05fa8a5b9a8cda4c4c65ff448 > Author: Scott Long > AuthorDate: 2021-03-05 21:28:10 +0000 > Commit: Scott Long > CommitDate: 2021-03-05 21:28:10 +0000 > > Remove xform_poly1305.h from the build, it is not necessary. Sorry for the breakage, thanks for fixing it. -- John Baldwin