freebsd-src/sbin/md5
Warner Losh 9ecf4bd8e9 md5: portability fix -- include stdbool.h explicitly
stdbool.h needs to be included to use type bool variables. Due to
namespace pollution, this gets brought in on FreeBSD, but not on
other systems. Include it explicilty.

Noticed by:		arichards@
Sponsored by:		Netflix

(cherry picked from commit d0ea5e467f)
2021-06-28 18:03:38 +02:00
..
tests sbin/md5: add tests 2021-06-28 11:05:30 +02:00
Makefile md5: Create md5sum, etc compatible programs 2021-06-28 18:03:38 +02:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
md5.1 md5: Create md5sum, etc compatible programs 2021-06-28 18:03:38 +02:00
md5.c md5: portability fix -- include stdbool.h explicitly 2021-06-28 18:03:38 +02:00