Don't try to compare the ctype functions on values > 127
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Aug 2017 13:53:39 +0000 (15:53 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 22 Aug 2017 14:10:04 +0000 (16:10 +0200)
commit6ac589081b53a62bff5f0abe62c1c109c419c7a0
treee598604716305d20a2987020bad8700bf2ad6faf
parent196f5c4b0dc3c640dfed67b007192db81d616a92
Don't try to compare the ctype functions on values > 127

Our internal replacement functions return 0 for those values.
However, depending on locale, the C RTL functions may return 1.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4219)
test/ctype_internal_test.c