openssl/crypto/dsa
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
..
build.info
dsa_ameth.c Added const-time flag to DSA key decoding to avoid potential leak of privkey 2017-09-29 13:06:25 -04:00
dsa_asn1.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dsa_depr.c
dsa_err.c
dsa_gen.c Fix a possible crash in dsa_builtin_paramgen2. 2017-06-14 09:35:48 -04:00
dsa_key.c Add RAND_priv_bytes() for private keys 2017-08-03 10:45:17 -04:00
dsa_lib.c Move the REF_PRINT support from e_os.h to internal/refcount.h. 2017-08-30 07:20:44 +10:00
dsa_locl.h
dsa_meth.c
dsa_ossl.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dsa_pmeth.c
dsa_prn.c
dsa_sign.c
dsa_vrf.c