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 Make DSA_METHOD opaque 2016-04-03 00:23:56 +01:00
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 Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
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 Act on deprecation of LONG and ZLONG, step 2 2017-04-10 12:11:00 +02:00
dsa_meth.c Fix some extra or missing whitespaces... 2017-01-25 09:06:34 +00:00
dsa_ossl.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dsa_pmeth.c Style 2017-01-25 09:06:34 +00:00
dsa_prn.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00
dsa_sign.c Useless header include of openssl/rand.h 2016-06-18 16:30:24 -04:00
dsa_vrf.c Copyright consolidation 07/10 2016-05-17 14:51:26 -04:00