KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and
unified them.
- return (0); -> return 0;
- return (1); -> return 1;
- return (-1); -> return -1;

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)
2017-10-09 13:17:09 +01:00
..
2017-08-22 14:15:40 -04:00
2017-05-02 09:44:43 +01:00
2017-08-03 10:48:00 +01:00
2017-07-30 17:42:00 -04:00
2017-08-03 10:48:00 +01:00
2017-07-31 08:55:37 -04:00
2016-11-13 16:24:02 -05:00
2017-09-10 23:33:37 -04:00