openssl: make all config structs static
authortb <tb@openbsd.org>
Sun, 5 Mar 2023 13:12:53 +0000 (13:12 +0000)
committertb <tb@openbsd.org>
Sun, 5 Mar 2023 13:12:53 +0000 (13:12 +0000)
commitefc7e65fc69451c4b273e410b712263273af45ef
treefb5ad4cfb2b623a0d1f006bbe45c0719344610ba
parentde1643db5bb87781ef94aca86a64aa22494ec521
openssl: make all config structs static

These are per-app, so per-file. Most of them already are static, adjust
the rest of them.
usr.bin/openssl/ciphers.c
usr.bin/openssl/dhparam.c
usr.bin/openssl/errstr.c
usr.bin/openssl/genpkey.c
usr.bin/openssl/pkeyparam.c
usr.bin/openssl/pkeyutl.c
usr.bin/openssl/prime.c
usr.bin/openssl/rand.c
usr.bin/openssl/req.c
usr.bin/openssl/rsautl.c
usr.bin/openssl/s_time.c