Richard Levitte 18295f0c2d Make sure to use unsigned char for is*() functions
On some platforms, the implementation is such that a signed char
triggers a warning when used with is*() functions.  On others, the
behavior is outright buggy when presented with a char that happens
to get promoted to a negative integer.

The safest thing is to cast the char that's used to an unsigned char.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-02-14 19:31:55 +01:00
..
2011-03-16 11:50:33 +00:00
2016-02-06 14:06:52 -05:00
2015-12-14 23:06:14 +00:00
2016-02-08 15:11:08 +00:00
2016-02-11 08:53:11 +00:00
2015-11-20 13:40:53 +00:00
2015-12-16 16:14:49 -05:00
2016-01-12 01:00:31 -05:00
2016-02-08 18:43:49 +00:00
2016-02-08 15:11:08 +00:00
2016-02-07 23:14:12 -05:00
2015-11-21 14:37:24 +01:00
2009-09-06 15:49:46 +00:00
2016-02-12 04:42:22 +01:00
2016-01-12 01:00:31 -05:00
2015-12-16 16:14:49 -05:00
2016-02-12 14:09:26 +01:00
2015-10-05 09:25:06 +02:00
2016-01-11 10:03:27 +00:00
2016-01-26 16:40:43 -05:00
2016-01-26 16:40:43 -05:00
2009-09-07 17:57:18 +00:00
2016-02-10 19:04:08 +00:00
2016-02-08 15:11:08 +00:00