The argument to ctype functions must be EOF or representable as an
authorflorian <florian@openbsd.org>
Wed, 14 Dec 2022 18:32:26 +0000 (18:32 +0000)
committerflorian <florian@openbsd.org>
Wed, 14 Dec 2022 18:32:26 +0000 (18:32 +0000)
commitbc25f96dc3113b6979fb82cc1a9aa620bba7f47f
tree5f966c527e0e1ed7ef59ffdbdff012d3450010cf
parent76a7f400c7ed46beb1772af099e660152fb5be78
The argument to ctype functions must be EOF or representable as an
unsigned char.

Casting to int is particularly useless because that's what the
compiler already does. We need to prevent sign extension, not write
down that we want sign extension.

OK deraadt, millert, kn
usr.sbin/acme-client/http.c
usr.sbin/acme-client/netproc.c
usr.sbin/acme-client/revokeproc.c