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:32:14 +0000 (17:32 +0200)
commit79331b86e6ed0b6f37d3e78e5f47d420dc9677dd
treeceb5683460c0131bd3cdd255cb34d5b8d9f55817
parent0ffe629a7f57424a460a05b7064a374835b1c279
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)

(cherry picked from commit 8a2e74d0536c91585fbe789e0ab7b06cab0289c2)
apps/cmp.c
apps/lib/apps.c
apps/req.c
test/evp_test.c
test/testutil/provider.c