test/params_test.c: make more global variables static
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Mar 2019 13:01:27 +0000 (14:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Mar 2019 13:05:41 +0000 (14:05 +0100)
commit932c3d0f6706a08932d89c8610b06cb57fba13ce
treed8f5a9631ba15dc718a6b1f610396d9ebe872460
parent847275075f971afeb5fa928c078edf3bc17cddb3
test/params_test.c: make more global variables static

Again, compilers that don't like them being undeclared...

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/8469)
test/params_test.c