]> granicus.if.org Git - openssl/commit
Standardize syntax around sizeof(foo)
authorRich Salz <rsalz@openssl.org>
Fri, 8 Dec 2017 20:08:43 +0000 (15:08 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 8 Dec 2017 20:08:43 +0000 (15:08 -0500)
commitc6738fd208c143939b6bb7f7ac2061c0f5ff3272
treea270d65f499b082d936057e1201acf76c98f570a
parenta1daedd88445397a4aebf22ba63e92c3f1977870
Standardize syntax around sizeof(foo)

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4875)
118 files changed:
MacOS/Randomizer.cpp
apps/app_rand.c
apps/apps.c
apps/ciphers.c
apps/dgst.c
apps/enc.c
apps/errstr.c
apps/ocsp.c
apps/openssl.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_socket.c
apps/s_time.c
apps/speed.c
apps/vms_term_sock.c
apps/winrand.c
apps/x509.c
crypto/asn1/a_gentm.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_object.c
crypto/asn1/a_strex.c
crypto/asn1/a_time.c
crypto/asn1/a_utctm.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_par.c
crypto/asn1/t_x509a.c
crypto/asn1/tasn_prn.c
crypto/bf/bftest.c
crypto/bio/b_dump.c
crypto/bio/b_print.c
crypto/bio/bio_cb.c
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_file.c
crypto/bn/bn_print.c
crypto/bn/bntest.c
crypto/bn/expspeed.c
crypto/bn/exptest.c
crypto/conf/conf_def.c
crypto/conf/conf_mod.c
crypto/des/destest.c
crypto/des/ecb_enc.c
crypto/des/fcrypt.c
crypto/des/read_pwd.c
crypto/des/set_key.c
crypto/dh/dhtest.c
crypto/dsa/dsatest.c
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c
crypto/ecdh/ecdhtest.c
crypto/engine/eng_cryptodev.c
crypto/err/err.c
crypto/err/err_prn.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_pbe.c
crypto/evp/evp_test.c
crypto/evp/openbsd_hw.c
crypto/evp/p5_crpt2.c
crypto/hmac/hmac.c
crypto/jpake/jpake.c
crypto/md2/md2_dgst.c
crypto/md4/md4.c
crypto/mem_dbg.c
crypto/o_time.c
crypto/objects/o_names.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_crpt.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_test.c
crypto/srp/srp_grps.h
crypto/threads/mttest.c
crypto/ui/ui_openssl.c
crypto/x509/x509_txt.c
crypto/x509/x509_vpm.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_info.c
demos/easy_tls/easy-tls.c
demos/easy_tls/test.c
demos/engines/zencod/hw_zencod.c
demos/spkigen.c
demos/ssl/serv.cpp
demos/state_machine/state_machine.c
engines/e_atalla.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/kssl.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_enc.c
ssl/s2_lib.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/ssltest.c
ssl/t1_enc.c
test/igetest.c