Re: Build breakage with WITH_BEARSSL=1

From: Mina_Galić <freebsd_at_igalic.co>
Date: Thu, 23 Feb 2023 10:05:25 UTC
taking Simon off the list, cuz his auto - reply indicates he's very busy.

Either way, t should do it: https://github.com/freebsd/freebsd-src/pull/657

Mina Galić

Try PkgBase: https://alpha.pkgbase.live/

-------- Original Message --------
On 23 Feb 2023, 09:57, Mina Galić wrote:

> given that this isn't contrib code, we can just fix it in our tree:
>
> https://github.com/freebsd/freebsd-src/blob/main/sbin/veriexec/veriexec.c#L52
>
> Mina Galić
>
> Try PkgBase: https://alpha.pkgbase.live/
>
> -------- Original Message --------
> On 23 Feb 2023, 09:27, Gordon Bergling wrote:
>
>> Hi Simon, On Mon, Feb 20, 2023 at 09:23:48PM -0800, Simon J. Gerraty wrote: > This has been fixed upstream, I'll look at importing an update. Thanks for merging the upstream fix. BearSSL is now compiling, but I get a different error now while building veriexec. /boiler/nfs/src/sbin/veriexec/veriexec.c:53:15: error: a function declaration without a prototype is deprecated in all versio ns of C [-Werror,-Wstrict-prototypes] veriexec_usage() ^ void This looks to me, that the Makefile of veriexec should be updated as well. --Gordon