Re: Build breakage with WITH_BEARSSL=1

From: Gordon Bergling <gbe_at_freebsd.org>
Date: Thu, 23 Feb 2023 09:27:16 UTC
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