summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/tb_ecdsa.c')
-rw-r--r--src/lib/libcrypto/engine/tb_ecdsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_ecdsa.c b/src/lib/libcrypto/engine/tb_ecdsa.c
index 005ecb622c..8f30e956e0 100644
--- a/src/lib/libcrypto/engine/tb_ecdsa.c
+++ b/src/lib/libcrypto/engine/tb_ecdsa.c
@@ -80,7 +80,7 @@ int ENGINE_register_ECDSA(ENGINE *e)
80 return 1; 80 return 1;
81 } 81 }
82 82
83void ENGINE_register_all_ECDSA() 83void ENGINE_register_all_ECDSA(void)
84 { 84 {
85 ENGINE *e; 85 ENGINE *e;
86 86