diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_dsa.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_dsa.c b/src/lib/libcrypto/engine/tb_dsa.c index e4674f5f07..6731aad1da 100644 --- a/src/lib/libcrypto/engine/tb_dsa.c +++ b/src/lib/libcrypto/engine/tb_dsa.c | |||
@@ -80,7 +80,7 @@ int ENGINE_register_DSA(ENGINE *e) | |||
80 | return 1; | 80 | return 1; |
81 | } | 81 | } |
82 | 82 | ||
83 | void ENGINE_register_all_DSA() | 83 | void ENGINE_register_all_DSA(void) |
84 | { | 84 | { |
85 | ENGINE *e; | 85 | ENGINE *e; |
86 | 86 | ||