testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 21 Jun 2018 21:32:38 +0000 (23:32 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 21 Jun 2018 23:04:34 +0000 (01:04 +0200)
commit12bd4e141eac30543a790156154deca195ace1b7
tree2776ab84957dfacb5af50313adfc2297f094773a
parent7d79d13a564d5c065318aa47f4cd511eece449e8
testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]

(introduced by commit 91860165820d, which added -Wstrict-prototypes)

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6555)
test/testutil/driver.c