CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/05 06:12:53
Modified files:
usr.bin/openssl: ciphers.c dhparam.c errstr.c genpkey.c
pkeyparam.c pkeyutl.c prime.c rand.c req.c
rsautl.c s_time.c
Log message:
openssl: make all config structs static
These are per-app, so per-file. Most of them already are static, adjust
the rest of them.
