fix some code with obvious wrong coding style
authorx2018 <xkernel.wang@foxmail.com>
Tue, 26 Oct 2021 07:16:18 +0000 (15:16 +0800)
committerPauli <pauli@openssl.org>
Thu, 28 Oct 2021 03:10:46 +0000 (13:10 +1000)
commit1287dabd0b23326be491125698dd982e4ae28887
tree3d6a62803bdd3d8ca9378eda3e7316a9c995c001
parent01451721afebabd0b7bdcd4cb3a183c9b590d266
fix some code with obvious wrong coding style

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16918)
116 files changed:
apps/dgst.c
apps/lib/app_libctx.c
apps/lib/app_rand.c
apps/lib/apps.c
apps/lib/cmp_mock_srv.c
apps/lib/s_cb.c
apps/lib/vms_term_sock.c
apps/mac.c
apps/ocsp.c
apps/passwd.c
apps/pkeyutl.c
apps/req.c
apps/s_client.c
crypto/LPdir_unix.c
crypto/aes/aes_x86core.c
crypto/aria/aria.c
crypto/bio/bio_addr.c
crypto/bn/asm/sparcv8.S
crypto/bn/asm/sparcv8plus.S
crypto/bn/bn_rsa_fips186_4.c
crypto/cmp/cmp_msg.c
crypto/cms/cms_env.c
crypto/cpuid.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_backend.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_smpl.c
crypto/ec/ecx_meth.c
crypto/evp/asymcipher.c
crypto/evp/e_aes.c
crypto/evp/e_aria.c
crypto/evp/e_camellia.c
crypto/evp/e_chacha20_poly1305.c
crypto/evp/e_idea.c
crypto/evp/e_seed.c
crypto/evp/pmeth_lib.c
crypto/ffc/ffc_params_generate.c
crypto/lhash/lhash.c
crypto/pkcs12/p12_sbag.c
crypto/ppccap.c
crypto/property/property_parse.c
crypto/rand/rand_egd.c
crypto/rand/randfile.c
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_backend.c
crypto/rsa/rsa_pmeth.c
crypto/rsa/rsa_sp800_56b_gen.c
crypto/sha/keccak1600.c
crypto/sm2/sm2_key.c
crypto/srp/srp_vfy.c
crypto/store/store_lib.c
crypto/x509/pcy_cache.c
crypto/x509/pcy_node.c
crypto/x509/v3_admis.c
crypto/x509/v3_pcia.c
crypto/x509/x509_vfy.c
crypto/x509/x_crl.c
demos/digest/BIO_f_md.c
demos/digest/EVP_MD_stdin.c
demos/kdf/pbkdf2.c
engines/e_afalg.c
engines/e_capi.c
engines/e_devcrypto.c
engines/e_ossltest.c
include/openssl/ct.h.in
providers/common/provider_seeding.c
providers/implementations/ciphers/cipher_chacha20.c
providers/implementations/ciphers/ciphercommon_block.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/exchange/dh_exch.c
providers/implementations/exchange/ecdh_exch.c
providers/implementations/kdfs/pbkdf1.c
providers/implementations/kdfs/pbkdf2.c
providers/implementations/kdfs/pkcs12kdf.c
providers/implementations/kdfs/pvkkdf.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/seeding/rand_unix.c
providers/implementations/rands/seeding/rand_vms.c
providers/implementations/rands/seeding/rand_vxworks.c
providers/implementations/signature/rsa_sig.c
ssl/d1_msg.c
ssl/ssl_ciph.c
ssl/ssl_init.c
ssl/ssl_lib.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/tls13_enc.c
test/bftest.c
test/bio_enc_test.c
test/bntest.c
test/clienthellotest.c
test/constant_time_test.c
test/defltfips_test.c
test/dhtest.c
test/ectest.c
test/evp_extra_test.c
test/evp_kdf_test.c
test/evp_test.c
test/helpers/handshake.c
test/helpers/pkcs12.c
test/helpers/ssltestlib.c
test/modes_internal_test.c
test/ossl_store_test.c
test/param_build_test.c
test/params_api_test.c
test/pkcs12_format_test.c
test/provfetchtest.c
test/ssl_old_test.c
test/sslapitest.c
test/sslcorrupttest.c
test/stack_test.c
test/tls13ccstest.c
test/uitest.c