diff options
Diffstat (limited to 'src/lib/libcrypto/engine/tb_cipher.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_cipher.c b/src/lib/libcrypto/engine/tb_cipher.c index 177fc1fb73..8d45a9a9cf 100644 --- a/src/lib/libcrypto/engine/tb_cipher.c +++ b/src/lib/libcrypto/engine/tb_cipher.c | |||
@@ -85,7 +85,7 @@ int ENGINE_register_ciphers(ENGINE *e) | |||
85 | return 1; | 85 | return 1; |
86 | } | 86 | } |
87 | 87 | ||
88 | void ENGINE_register_all_ciphers() | 88 | void ENGINE_register_all_ciphers(void) |
89 | { | 89 | { |
90 | ENGINE *e; | 90 | ENGINE *e; |
91 | 91 | ||