sprinkle some void between () in function definitions
authortb <tb@openbsd.org>
Sun, 23 Jul 2023 11:39:29 +0000 (11:39 +0000)
committertb <tb@openbsd.org>
Sun, 23 Jul 2023 11:39:29 +0000 (11:39 +0000)
13 files changed:
usr.bin/openssl/apps.c
usr.bin/openssl/asn1pars.c
usr.bin/openssl/dhparam.c
usr.bin/openssl/genpkey.c
usr.bin/openssl/pkcs7.c
usr.bin/openssl/pkcs8.c
usr.bin/openssl/pkey.c
usr.bin/openssl/pkeyparam.c
usr.bin/openssl/pkeyutl.c
usr.bin/openssl/prime.c
usr.bin/openssl/rand.c
usr.bin/openssl/rsa.c
usr.bin/openssl/rsautl.c

index 44b304a..70857e0 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: apps.c,v 1.65 2023/06/11 12:35:00 jsg Exp $ */
+/* $OpenBSD: apps.c,v 1.66 2023/07/23 11:39:29 tb Exp $ */
 /*
  * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
  *
@@ -1064,7 +1064,7 @@ load_config(BIO *err, CONF *cnf)
 }
 
 char *
-make_config_name()
+make_config_name(void)
 {
        const char *t = X509_get_default_cert_area();
        char *p;
index 3eac72c..6b99842 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: asn1pars.c,v 1.15 2023/03/10 09:44:54 tb Exp $ */
+/* $OpenBSD: asn1pars.c,v 1.16 2023/07/23 11:39:29 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -221,7 +221,7 @@ static const struct option asn1pars_options[] = {
 };
 
 static void
-asn1pars_usage()
+asn1pars_usage(void)
 {
        fprintf(stderr,
            "usage: asn1parse [-i] [-dlimit num] [-dump] [-genconf file] "
index 0542464..00bf697 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhparam.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: dhparam.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -222,7 +222,7 @@ static const struct option dhparam_options[] = {
 };
 
 static void
-dhparam_usage()
+dhparam_usage(void)
 {
        fprintf(stderr,
            "usage: dhparam [-2 | -5] [-C] [-check] [-dsaparam]\n"
index e2445c1..10c5b0f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: genpkey.c,v 1.16 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: genpkey.c,v 1.17 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006
  */
@@ -206,7 +206,7 @@ static const struct option genpkey_options[] = {
 };
 
 static void
-genpkey_usage()
+genpkey_usage(void)
 {
        fprintf(stderr,
            "usage: genpkey [-algorithm alg] [cipher] [-genparam] [-out file]\n"
index 4e66855..da30e23 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkcs7.c,v 1.14 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: pkcs7.c,v 1.15 2023/07/23 11:39:29 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -138,7 +138,7 @@ static const struct option pkcs7_options[] = {
 };
 
 static void
-pkcs7_usage()
+pkcs7_usage(void)
 {
        fprintf(stderr, "usage: pkcs7 [-in file] "
            "[-inform DER | PEM] [-noout]\n"
index d78202e..9776b91 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkcs8.c,v 1.16 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: pkcs8.c,v 1.17 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999-2004.
  */
@@ -184,7 +184,7 @@ static const struct option pkcs8_options[] = {
 };
 
 static void
-pkcs8_usage()
+pkcs8_usage(void)
 {
        fprintf(stderr, "usage: pkcs8 [-in file] [inform der | pem] "
            "[-nocrypt] [-noiter]\n"
index cb558f5..47fa2dd 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkey.c,v 1.19 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: pkey.c,v 1.20 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006
  */
@@ -195,7 +195,7 @@ static const struct option pkey_options[] = {
 };
 
 static void
-pkey_usage()
+pkey_usage(void)
 {
        int n = 0;
 
index 9461956..543715e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkeyparam.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: pkeyparam.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006
  */
@@ -110,7 +110,7 @@ static const struct option pkeyparam_options[] = {
 };
 
 static void
-pkeyparam_usage()
+pkeyparam_usage(void)
 {
        fprintf(stderr,
            "usage: pkeyparam [-check] [-in file] [-noout] [-out file] "
index efd0896..eebd148 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkeyutl.c,v 1.19 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: pkeyutl.c,v 1.20 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006.
  */
@@ -239,7 +239,7 @@ static const struct option pkeyutl_options[] = {
 };
 
 static void
-pkeyutl_usage()
+pkeyutl_usage(void)
 {
        fprintf(stderr,
            "usage: pkeyutl [-asn1parse] [-certin] [-decrypt] [-derive] "
index d704d88..36703c5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: prime.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: prime.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  *
@@ -101,7 +101,7 @@ static const struct option prime_options[] = {
 };
 
 static void
-prime_usage()
+prime_usage(void)
 {
        fprintf(stderr,
            "usage: prime [-bits n] [-checks n] [-generate] [-hex] [-safe] "
index a0f3b44..2600322 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: rand.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: rand.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
  *
@@ -92,7 +92,7 @@ static const struct option rand_options[] = {
 };
 
 static void
-rand_usage()
+rand_usage(void)
 {
        fprintf(stderr,
            "usage: rand [-base64 | -hex] [-out file] num\n");
index 953daaa..5492cd6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsa.c,v 1.18 2023/03/06 14:32:06 tb Exp $ */
+/* $OpenBSD: rsa.c,v 1.19 2023/07/23 11:39:29 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -228,7 +228,7 @@ static const struct option rsa_options[] = {
 };
 
 static void
-rsa_usage()
+rsa_usage(void)
 {
        int n = 0;
 
index d67e788..6d8069c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsautl.c,v 1.23 2023/05/05 18:01:27 tb Exp $ */
+/* $OpenBSD: rsautl.c,v 1.24 2023/07/23 11:39:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
@@ -218,7 +218,7 @@ static const struct option rsautl_options[] = {
 };
 
 static void
-rsautl_usage()
+rsautl_usage(void)
 {
        fprintf(stderr,
            "usage: rsautl [-asn1parse] [-certin] [-decrypt] [-encrypt] "