test/params_test.c: make construct_api_params() static
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Mar 2019 12:56:46 +0000 (13:56 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Mar 2019 12:56:46 +0000 (13:56 +0100)
commit847275075f971afeb5fa928c078edf3bc17cddb3
tree38a3c7b5b712dcfcb66fa1080fa161ec656262bd
parent62ca15650576f3953103b27e220e4ff4cc4abed5
test/params_test.c: make construct_api_params() static

With enough warning flags, compilers complain when a non-static
function hasn't been properly declared...

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