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/rsautl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/rsautl.c') diff --git a/src/usr.bin/openssl/rsautl.c b/src/usr.bin/openssl/rsautl.c index c3af915635..2916b2d9a0 100644 --- a/src/usr.bin/openssl/rsautl.c +++ b/src/usr.bin/openssl/rsautl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsautl.c,v 1.19 2022/11/11 17:07:39 joshua Exp $ */ +/* $OpenBSD: rsautl.c,v 1.20 2023/03/05 13:12:53 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -75,7 +75,7 @@ #define KEY_PUBKEY 2 #define KEY_CERT 3 -struct { +static struct { int asn1parse; int hexdump; char *infile; -- cgit v1.2.3-55-g6feb