summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_ecdh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/tb_ecdh.c')
-rw-r--r--src/lib/libcrypto/engine/tb_ecdh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_ecdh.c b/src/lib/libcrypto/engine/tb_ecdh.c
index c8ec7812c5..57354b8c11 100644
--- a/src/lib/libcrypto/engine/tb_ecdh.c
+++ b/src/lib/libcrypto/engine/tb_ecdh.c
@@ -95,7 +95,7 @@ int ENGINE_register_ECDH(ENGINE *e)
95 return 1; 95 return 1;
96 } 96 }
97 97
98void ENGINE_register_all_ECDH() 98void ENGINE_register_all_ECDH(void)
99 { 99 {
100 ENGINE *e; 100 ENGINE *e;
101 101