diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_rand.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
80 | return 1; | 80 | return 1; |
81 | } | 81 | } |
82 | 82 | ||
83 | void ENGINE_register_all_RAND() | 83 | void ENGINE_register_all_RAND(void) |
84 | { | 84 | { |
85 | ENGINE *e; | 85 | ENGINE *e; |
86 | 86 | ||