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