openssl/crypto/asn1
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
..
a_bitstr.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
a_d2i_fp.c Make asn1_d2i_read_bio accessible from STORE 2017-06-29 11:55:31 +02:00
a_digest.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
a_dup.c
a_gentm.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
a_i2d_fp.c
a_int.c
a_mbstr.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
a_object.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
a_octet.c
a_print.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
a_sign.c NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard 2017-08-25 15:50:59 +02:00
a_strex.c
a_strnid.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
a_time.c Fix return value of ASN1_TIME_compare 2017-08-30 11:24:02 -04:00
a_type.c
a_utctm.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
a_utf8.c
a_verify.c NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard 2017-08-25 15:50:59 +02:00
ameth_lib.c e_os.h removal from other headers and source files. 2017-08-30 07:20:43 +10:00
asn1_err.c make error tables const and separate header file 2017-06-07 15:12:03 -04:00
asn1_gen.c
asn1_item_list.c
asn1_item_list.h make scrypt ASN.1 parameter functions public 2017-07-26 15:04:54 -04:00
asn1_lib.c Change return (x) to return x 2017-07-14 07:32:58 +10:00
asn1_locl.h Consolidate to a single asn1_time_from_tm() function 2017-08-04 11:24:03 +10:00
asn1_par.c Memory bounds checking in asn1 code. 2017-07-06 12:59:51 +10:00
asn_mime.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
asn_moid.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
asn_mstbl.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
asn_pack.c
bio_asn1.c Use "" not <> for internal/ includes 2017-08-22 09:54:20 -04:00
bio_ndef.c
build.info
charmap.h
charmap.pl
d2i_pr.c
d2i_pu.c
evp_asn1.c Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
f_int.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
f_string.c This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
i2d_pr.c
i2d_pu.c
n_pkey.c
nsseq.c
p5_pbe.c
p5_pbev2.c
p5_scrypt.c make scrypt ASN.1 parameter functions public 2017-07-26 15:04:54 -04:00
p8_pkey.c
standard_methods.h
t_bitst.c
t_pkey.c
t_spki.c
tasn_dec.c Use safestack.h exclusively internally. 2017-09-28 13:14:33 +10:00
tasn_enc.c
tasn_fre.c
tasn_new.c
tasn_prn.c
tasn_scn.c
tasn_typ.c
tasn_utl.c Move the REF_PRINT support from e_os.h to internal/refcount.h. 2017-08-30 07:20:44 +10:00
tbl_standard.h
x_algor.c
x_bignum.c
x_info.c
x_int64.c Revert "Add some casts for %j" 2017-08-15 09:42:38 -04:00
x_long.c Memory bounds checking in asn1 code. 2017-07-06 12:59:51 +10:00
x_pkey.c
x_sig.c
x_spki.c Cleanup some copyright stuff 2017-06-30 21:56:44 -04:00
x_val.c