Commit 208fb891 authored by KaoruToda's avatar KaoruToda Committed by Matt Caswell
Browse files

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: default avatarStephen Henson <steve@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)
parent 2e8b5d75
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment