summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaoruToda <kunnpuu@gmail.com>2017-10-17 23:04:09 +0900
committerMatt Caswell <matt@openssl.org>2017-10-18 16:05:06 +0100
commit26a7d938c9bf932a55cb5e4e02abb48fe395c5cd (patch)
treece5b1908c181722514aa80d03026c6f42ab85972
parent2139145b72d084a3f974a94accd7d9812de286e4 (diff)
Remove parentheses of return.
Since return is inconsistent, I removed unnecessary parentheses and unified them. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4541)
-rw-r--r--apps/apps.c32
-rw-r--r--apps/asn1pars.c2
-rw-r--r--apps/ca.c16
-rw-r--r--apps/cms.c2
-rw-r--r--apps/crl.c2
-rw-r--r--apps/crl2p7.c4
-rw-r--r--apps/dgst.c2
-rw-r--r--apps/dhparam.c2
-rw-r--r--apps/dsa.c2
-rw-r--r--apps/dsaparam.c2
-rw-r--r--apps/ec.c2
-rw-r--r--apps/ecparam.c2
-rw-r--r--apps/engine.c2
-rw-r--r--apps/errstr.c2
-rw-r--r--apps/gendsa.c2
-rw-r--r--apps/genrsa.c2
-rw-r--r--apps/nseq.c2
-rw-r--r--apps/ocsp.c2
-rw-r--r--apps/openssl.c8
-rw-r--r--apps/passwd.c2
-rw-r--r--apps/pkcs7.c2
-rw-r--r--apps/rand.c2
-rw-r--r--apps/rsa.c2
-rw-r--r--apps/s_cb.c14
-rw-r--r--apps/s_client.c2
-rw-r--r--apps/s_server.c26
-rw-r--r--apps/sess_id.c4
-rw-r--r--apps/smime.c2
-rw-r--r--apps/speed.c2
-rw-r--r--apps/spkac.c2
-rw-r--r--apps/srp.c2
-rw-r--r--apps/ts.c2
-rw-r--r--apps/verify.c2
-rw-r--r--apps/version.c2
-rw-r--r--apps/vms_term_sock.c32
-rw-r--r--crypto/asn1/a_bitstr.c12
-rw-r--r--crypto/asn1/a_d2i_fp.c12
-rw-r--r--crypto/asn1/a_digest.c4
-rw-r--r--crypto/asn1/a_dup.c12
-rw-r--r--crypto/asn1/a_i2d_fp.c16
-rw-r--r--crypto/asn1/a_int.c8
-rw-r--r--crypto/asn1/a_object.c28
-rw-r--r--crypto/asn1/a_print.c20
-rw-r--r--crypto/asn1/a_sign.c4
-rw-r--r--crypto/asn1/a_type.c4
-rw-r--r--crypto/asn1/a_verify.c2
-rw-r--r--crypto/asn1/asn_mime.c4
-rw-r--r--crypto/asn1/bio_asn1.c2
-rw-r--r--crypto/asn1/d2i_pr.c6
-rw-r--r--crypto/asn1/d2i_pu.c6
-rw-r--r--crypto/asn1/evp_asn1.c6
-rw-r--r--crypto/asn1/f_int.c6
-rw-r--r--crypto/asn1/f_string.c6
-rw-r--r--crypto/bf/bf_ecb.c2
-rw-r--r--crypto/bio/b_print.c6
-rw-r--r--crypto/bio/b_sock.c12
-rw-r--r--crypto/bio/bf_buff.c60
-rw-r--r--crypto/bio/bf_lbuf.c48
-rw-r--r--crypto/bio/bf_nbio.c34
-rw-r--r--crypto/bio/bf_null.c32
-rw-r--r--crypto/bio/bio_lib.c42
-rw-r--r--crypto/bio/bss_acpt.c28
-rw-r--r--crypto/bio/bss_conn.c32
-rw-r--r--crypto/bio/bss_dgram.c56
-rw-r--r--crypto/bio/bss_fd.c24
-rw-r--r--crypto/bio/bss_log.c12
-rw-r--r--crypto/bio/bss_mem.c22
-rw-r--r--crypto/bio/bss_null.c16
-rw-r--r--crypto/bio/bss_sock.c22
-rw-r--r--crypto/blake2/m_blake2b.c2
-rw-r--r--crypto/blake2/m_blake2s.c2
-rw-r--r--crypto/bn/asm/x86_64-gcc.c12
-rw-r--r--crypto/bn/bn_asm.c32
-rw-r--r--crypto/bn/bn_blind.c10
-rw-r--r--crypto/bn/bn_div.c12
-rw-r--r--crypto/bn/bn_exp.c18
-rw-r--r--crypto/bn/bn_exp2.c4
-rw-r--r--crypto/bn/bn_gcd.c10
-rw-r--r--crypto/bn/bn_gf2m.c2
-rw-r--r--crypto/bn/bn_lib.c60
-rw-r--r--crypto/bn/bn_mod.c2
-rw-r--r--crypto/bn/bn_mont.c18
-rw-r--r--crypto/bn/bn_mul.c2
-rw-r--r--crypto/bn/bn_prime.c10
-rw-r--r--crypto/bn/bn_rand.c2
-rw-r--r--crypto/bn/bn_recp.c10
-rw-r--r--crypto/bn/bn_shift.c10
-rw-r--r--crypto/bn/bn_sqr.c2
-rw-r--r--crypto/bn/bn_sqrt.c2
-rw-r--r--crypto/bn/bn_word.c10
-rw-r--r--crypto/buffer/buffer.c20
-rw-r--r--crypto/comp/c_zlib.c2
-rw-r--r--crypto/comp/comp_lib.c12
-rw-r--r--crypto/conf/conf_api.c24
-rw-r--r--crypto/conf/conf_lib.c2
-rw-r--r--crypto/cversion.c16
-rw-r--r--crypto/des/cbc_cksm.c2
-rw-r--r--crypto/des/fcrypt.c4
-rw-r--r--crypto/des/qud_cksm.c2
-rw-r--r--crypto/des/rand_key.c2
-rw-r--r--crypto/des/set_key.c10
-rw-r--r--crypto/dh/dh_ameth.c4
-rw-r--r--crypto/dh/dh_check.c6
-rw-r--r--crypto/dh/dh_key.c4
-rw-r--r--crypto/dh/dh_lib.c6
-rw-r--r--crypto/dh/dh_prn.c4
-rw-r--r--crypto/dllmain.c2
-rw-r--r--crypto/dsa/dsa_ameth.c4
-rw-r--r--crypto/dsa/dsa_asn1.c6
-rw-r--r--crypto/dsa/dsa_key.c2
-rw-r--r--crypto/dsa/dsa_lib.c6
-rw-r--r--crypto/dsa/dsa_ossl.c2
-rw-r--r--crypto/dsa/dsa_prn.c8
-rw-r--r--crypto/dso/dso_dl.c30
-rw-r--r--crypto/dso/dso_dlfcn.c28
-rw-r--r--crypto/dso/dso_lib.c48
-rw-r--r--crypto/dso/dso_vms.c12
-rw-r--r--crypto/dso/dso_win32.c50
-rw-r--r--crypto/ec/ec_asn1.c14
-rw-r--r--crypto/ec/ec_lib.c4
-rw-r--r--crypto/ec/ecdsa_ossl.c6
-rw-r--r--crypto/ec/eck_prn.c14
-rw-r--r--crypto/engine/eng_lib.c4
-rw-r--r--crypto/err/err.c18
-rw-r--r--crypto/evp/bio_b64.c10
-rw-r--r--crypto/evp/bio_enc.c16
-rw-r--r--crypto/evp/bio_md.c20
-rw-r--r--crypto/evp/bio_ok.c10
-rw-r--r--crypto/evp/e_chacha20_poly1305.c2
-rw-r--r--crypto/evp/e_null.c2
-rw-r--r--crypto/evp/e_rc2.c16
-rw-r--r--crypto/evp/e_rc4.c4
-rw-r--r--crypto/evp/e_rc4_hmac_md5.c2
-rw-r--r--crypto/evp/e_xcbc_d.c2
-rw-r--r--crypto/evp/encode.c12
-rw-r--r--crypto/evp/evp_enc.c6
-rw-r--r--crypto/evp/evp_key.c6
-rw-r--r--crypto/evp/evp_lib.c10
-rw-r--r--crypto/evp/m_md4.c2