openssl/crypto/whrlpool
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
..
asm Remove filename argument to x86 asm_init. 2017-05-11 17:00:23 -04:00
build.info
wp_block.c
wp_dgst.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
wp_locl.h