CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/11/04 02:39:06
Modified files: usr.sbin/rpki-client: tal.c Log message: The argument to the ctype functions needs to be representable as an unsigned char or EOF. Cast the char to unsigned char as required. Reminded by Hiltjo Posthuma