Use void in all function definitions that do not take any arguments
authorKurt Roeckx <kurt@roeckx.be>
Wed, 9 May 2018 15:09:50 +0000 (17:09 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Fri, 11 May 2018 12:37:48 +0000 (14:37 +0200)
commit3cb7c5cfef25463bd197b0c12ca7966f525ebf73
treee48a48cfd6aa0a3492cf6aec22de0e70f7284577
parentd4a8ba77a4004b40890c4a9700ba959fd26af170
Use void in all function definitions that do not take any arguments

Reviewed-by: Rich Salz <rsalz@openssl.org>
GH: #6208
46 files changed:
apps/apps.c
apps/openssl.c
crypto/bio/bio_meth.c
crypto/conf/conf_def.c
crypto/ct/ct_log.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_eckey.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/mem_sec.c
crypto/poly1305/poly1305.c
crypto/rand/drbg_lib.c
crypto/rand/rand_lib.c
crypto/store/store_init.c
crypto/ts/ts_rsp_sign.c
crypto/x509/x509_lu.c
ssl/pqueue.c
test/asynciotest.c
test/asynctest.c
test/cipherlist_test.c
test/drbgtest.c
test/dtls_mtu_test.c
test/dtlsv1listentest.c
test/evp_test.c
test/exdatatest.c
test/generate_buildtest.pl
test/handshake_helper.c
test/mdc2_internal_test.c
test/modes_internal_test.c
test/pkey_meth_kdf_test.c
test/pkey_meth_test.c
test/rdrand_sanitytest.c
test/ssl_cert_table_internal_test.c
test/ssl_test_ctx.c
test/sslcorrupttest.c
test/ssltest_old.c
test/time_offset_test.c
test/tls13ccstest.c
test/tls13secretstest.c
test/v3nametest.c
test/x509_internal_test.c
test/x509_time_test.c