openssl/crypto/des
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 crypto/des: remove unreferenced rcp_enc.c module. 2017-02-28 23:40:23 +01:00
cbc_cksm.c
cbc_enc.c
cfb64ede.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
cfb64enc.c
cfb_enc.c
des_enc.c
des_locl.h Fix gcc-7 warnings. 2017-05-11 19:39:38 +02:00
ecb3_enc.c
ecb_enc.c Trivial bounds checking. 2017-07-07 15:45:55 +10:00
fcrypt_b.c
fcrypt.c
ncbc_enc.c
ofb64ede.c
ofb64enc.c
ofb_enc.c
pcbc_enc.c
qud_cksm.c
rand_key.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
set_key.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
spr.h Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too 2017-02-28 20:23:07 +01:00
str2key.c Remove OLD_STR_TO_KEY compile option 2017-06-14 12:05:25 -04:00
xcbc_enc.c