The argument to ctype functions must be EOF or representable as an
authorflorian <florian@openbsd.org>
Thu, 15 Dec 2022 08:07:03 +0000 (08:07 +0000)
committerflorian <florian@openbsd.org>
Thu, 15 Dec 2022 08:07:03 +0000 (08:07 +0000)
commitfa433bfe2d0b60a3106b20b1c6cfa60a56cb7bb8
treec4262a7f18cb4458374a2987ddd0270588c77d28
parent4a50067c81ccb6fd6654540923abf553683ef01d
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, kn, miod, op
usr.sbin/ocspcheck/http.c