bind9/lib/bind9
Matthijs Mekking 66f2cd228d Use isdigit instead of checking character range
When looking for key files, we could use isdigit rather than checking
if the character is within the range [0-9].

Use (unsigned char) cast to ensure the value is representable in the
unsigned char type (as suggested by the isdigit manpage).

Change " & 0xff" occurrences to the recommended (unsigned char) type
cast.
2021-05-05 19:15:33 +02:00
..
include update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
win32 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
check.c Use isdigit instead of checking character range 2021-05-05 19:15:33 +02:00
getaddresses.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Use -release instead of -version-info for internal library SONAMEs 2021-01-25 14:19:53 +01:00