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 <kev...@freebsd.org>
AuthorDate: 2021-10-07 01:19:47 +0000
Commit: Kyle Evans <kev...@freebsd.org>
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