]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cast the argument to unsigned char when calling isspace()
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Thu, 8 Jun 2023 06:05:42 +0000 (08:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 9 Jun 2023 15:30:28 +0000 (17:30 +0200)
commit8a2e74d0536c91585fbe789e0ab7b06cab0289c2
treec744f66c5592e44c5087536cef2e95141c132ba6
parent0ef024a492212b6cac30d62485a3b29632af2ee2
Cast the argument to unsigned char when calling isspace()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21151)
apps/cmp.c
apps/lib/apps.c
apps/req.c
test/evp_test.c
test/testutil/provider.c