summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/tb_cipher.c')
-rw-r--r--src/lib/libcrypto/engine/tb_cipher.c2
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
88void ENGINE_register_all_ciphers() 88void ENGINE_register_all_ciphers(void)
89 { 89 {
90 ENGINE *e; 90 ENGINE *e;
91 91