summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/pkeyparam.c
diff options
context:
space:
mode:
authortb <>2023-07-23 11:39:29 +0000
committertb <>2023-07-23 11:39:29 +0000
commiteabdbbf5a1b843359b80819568f27211a761880a (patch)
treede590f6e9b46f0d430bd9613ef19e8d16f99ae2f /src/usr.bin/openssl/pkeyparam.c
parent91e5b3ea5555b90293adb136335a30f71b62b6ec (diff)
downloadopenbsd-eabdbbf5a1b843359b80819568f27211a761880a.tar.gz
openbsd-eabdbbf5a1b843359b80819568f27211a761880a.tar.bz2
openbsd-eabdbbf5a1b843359b80819568f27211a761880a.zip
sprinkle some void between () in function definitions
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/pkeyparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkeyparam.c b/src/usr.bin/openssl/pkeyparam.c
index 946195640e..543715e521 100644
--- a/src/usr.bin/openssl/pkeyparam.c
+++ b/src/usr.bin/openssl/pkeyparam.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkeyparam.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */ 1/* $OpenBSD: pkeyparam.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006 3 * project 2006
4 */ 4 */
@@ -110,7 +110,7 @@ static const struct option pkeyparam_options[] = {
110}; 110};
111 111
112static void 112static void
113pkeyparam_usage() 113pkeyparam_usage(void)
114{ 114{
115 fprintf(stderr, 115 fprintf(stderr,
116 "usage: pkeyparam [-check] [-in file] [-noout] [-out file] " 116 "usage: pkeyparam [-check] [-in file] [-noout] [-out file] "