From 5956245d8bc01695eed9e4cb0c26f064a0f3612a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 5 Mar 2023 13:12:53 +0000 Subject: openssl: make all config structs static These are per-app, so per-file. Most of them already are static, adjust the rest of them. --- src/usr.bin/openssl/pkeyparam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/pkeyparam.c') diff --git a/src/usr.bin/openssl/pkeyparam.c b/src/usr.bin/openssl/pkeyparam.c index 9c519e31a6..57b5ad8042 100644 --- a/src/usr.bin/openssl/pkeyparam.c +++ b/src/usr.bin/openssl/pkeyparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.15 2022/11/11 17:07:39 joshua Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.16 2023/03/05 13:12:53 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -65,7 +65,7 @@ #include #include -struct { +static struct { int check; char *infile; int noout; -- cgit v1.2.3-55-g6feb