Standardize syntax of sizeof(foo)
authorRich Salz <rsalz@openssl.org>
Fri, 8 Dec 2017 20:17:12 +0000 (15:17 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 8 Dec 2017 20:17:12 +0000 (15:17 -0500)
commita836f9fa951e33a5186e2421413de0b50ed2233a
tree15990a5d69da679ff48420e965abd4a5b3b98a03
parent62f494408dc87a264ecb8e94b59dde42d52dfefd
Standardize syntax of sizeof(foo)

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4876)
80 files changed:
apps/app_rand.c
apps/apps.c
apps/ciphers.c
apps/dhparam.c
apps/dsaparam.c
apps/ecparam.c
apps/enc.c
apps/errstr.c
apps/ocsp.c
apps/openssl.c
apps/opt.c
apps/passwd.c
apps/pkcs12.c
apps/pkcs8.c
apps/rand.c
apps/req.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/speed.c
apps/vms_term_sock.c
apps/x509.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_object.c
crypto/asn1/a_strex.c
crypto/asn1/asn1_par.c
crypto/asn1/tasn_prn.c
crypto/async/async.c
crypto/async/async_wait.c
crypto/bio/b_addr.c
crypto/bio/b_dump.c
crypto/bio/b_print.c
crypto/bio/bio_cb.c
crypto/bio/bss_file.c
crypto/bn/bn_print.c
crypto/conf/conf_def.c
crypto/conf/conf_mod.c
crypto/des/ecb_enc.c
crypto/des/fcrypt.c
crypto/des/set_key.c
crypto/ec/ec_mult.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_smpl.c
crypto/err/err_prn.c
crypto/evp/evp_enc.c
crypto/evp/evp_pbe.c
crypto/evp/p5_crpt2.c
crypto/init.c
crypto/mem_dbg.c
crypto/mem_sec.c
crypto/objects/obj_dat.c
crypto/pem/pem_info.c
crypto/pem/pem_lib.c
crypto/rand/md_rand.c
crypto/rand/rand_egd.c
crypto/rand/rand_unix.c
crypto/rsa/rsa_pss.c
crypto/x509/t_x509.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_info.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/statem/statem_clnt.c
test/bftest.c
test/bntest.c
test/d2i_test.c
test/dhtest.c
test/dsatest.c
test/ectest.c
test/exptest.c
test/igetest.c
test/rsa_test.c
test/sanitytest.c
test/ssltest_old.c