summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/tb_digest.c')
-rw-r--r--src/lib/libcrypto/engine/tb_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_digest.c b/src/lib/libcrypto/engine/tb_digest.c
index d3f4bb2747..d1bb90aedd 100644
--- a/src/lib/libcrypto/engine/tb_digest.c
+++ b/src/lib/libcrypto/engine/tb_digest.c
@@ -85,7 +85,7 @@ int ENGINE_register_digests(ENGINE *e)
85 return 1; 85 return 1;
86 } 86 }
87 87
88void ENGINE_register_all_digests() 88void ENGINE_register_all_digests(void)
89 { 89 {
90 ENGINE *e; 90 ENGINE *e;
91 91