diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_pkmeth.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_pkmeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_pkmeth.c b/src/lib/libcrypto/engine/tb_pkmeth.c index 1cdb967f25..7a59744102 100644 --- a/src/lib/libcrypto/engine/tb_pkmeth.c +++ b/src/lib/libcrypto/engine/tb_pkmeth.c | |||
@@ -86,7 +86,7 @@ int ENGINE_register_pkey_meths(ENGINE *e) | |||
86 | return 1; | 86 | return 1; |
87 | } | 87 | } |
88 | 88 | ||
89 | void ENGINE_register_all_pkey_meths() | 89 | void ENGINE_register_all_pkey_meths(void) |
90 | { | 90 | { |
91 | ENGINE *e; | 91 | ENGINE *e; |
92 | 92 | ||