From nobody Thu Oct 07 16:38:04 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4D02512BCEB4; Thu, 7 Oct 2021 16:38:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 4HQH7L1bTfz3rtn; Thu, 7 Oct 2021 16:38:06 +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 9F36B29DA3; Thu, 7 Oct 2021 16:38:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: d586c978b9b4 - main - stand: fix build after recent opencrypto changes To: Kyle Evans , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202110070124.1971OZIh099106@gitrepo.freebsd.org> From: John Baldwin Message-ID: <826605dd-ae91-f8c5-9d59-76072a34f927@FreeBSD.org> Date: Thu, 7 Oct 2021 09:38:04 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110070124.1971OZIh099106@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 10/6/21 6:24 PM, Kyle Evans wrote: > The branch main has been updated by kevans: > > URL: https://cgit.FreeBSD.org/src/commit/?id=d586c978b9b4216869e589daa5bbcc33225a0e35 > > commit d586c978b9b4216869e589daa5bbcc33225a0e35 > Author: Kyle Evans > AuthorDate: 2021-10-07 01:19:47 +0000 > Commit: Kyle Evans > CommitDate: 2021-10-07 01:23:44 +0000 > > stand: fix build after recent opencrypto changes > > Pass the ivlen along through, and just drop this KASSERT() if we're > building _STANDALONE for the time being. > > Fixes: 1833d6042c9a ("crypto: Permit variable-sized IVs ...") Oof, thanks for fixing. -- John Baldwin