freebsd-src/sbin/veriexec
Stephen J. Kiernan 1c7ac0c23b veriexec: fix use of getopt
getopt(3) returns int type not char. Using char triggers the
-Wtautological-constant-out-of-range-compare warning with clang.
Change the type of the variable used for holding the return value
of getopt(3) to int to match the prototype and eliminate the warning.

MFC after:	1 week
2023-04-16 21:02:04 -04:00
..
Makefile
Makefile.depend
manifest_lexer.l
manifest_parser.y veriexec: allow sha512 fingerprint in manifest parser 2023-04-16 19:25:27 -04:00
veriexec.8 Add -S option to veriexec 2022-07-19 08:59:53 -07:00
veriexec.c veriexec: fix use of getopt 2023-04-16 21:02:04 -04:00
veriexec.h