From dca0aaa15884eb5bf1105e1c7a6323f11be4abd3 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 27 Apr 2014 20:20:59 +0000 Subject: Put explicit (void) in function declarations and shuffle keywords in some declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. --- src/lib/libcrypto/engine/tb_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/engine/tb_rand.c') diff --git a/src/lib/libcrypto/engine/tb_rand.c b/src/lib/libcrypto/engine/tb_rand.c index f36f67c0f6..3745ae7abd 100644 --- a/src/lib/libcrypto/engine/tb_rand.c +++ b/src/lib/libcrypto/engine/tb_rand.c @@ -80,7 +80,7 @@ int ENGINE_register_RAND(ENGINE *e) return 1; } -void ENGINE_register_all_RAND() +void ENGINE_register_all_RAND(void) { ENGINE *e; -- cgit v1.2.3-55-g6feb