mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
veriexec(4): Fix a compiler error
When building WITH_BEARSSL=1 veriexec(4) failes to compile. So update the function prototype so that veriexec(4) compiles again. Reported by: gbe Reviewed by: mjg, gbe Approved by: mjg Pull Request: https://github.com/freebsd/freebsd-src/pull/657
This commit is contained in:
parent
e55e4a6ba3
commit
7e2af4f90b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const char *Cdir = NULL;
|
|||
* @return always returns code 0
|
||||
*/
|
||||
static int
|
||||
veriexec_usage()
|
||||
veriexec_usage(void)
|
||||
{
|
||||
printf("%s",
|
||||
"Usage:\tveriexec [-h] [-i state] [-C] [-xv state|verbosity] [path]\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue