aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_dsa.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-10-08 17:06:52 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-10-08 17:06:52 +0000
commit6d52f260bf3f058a4d1973027a503db66ef1ab82 (patch)
tree6de8aa9b47a4679169b32c5bf9831f10dd8e8c0c /crypto/engine/tb_dsa.c
parent752f2b6785eba8581171ee55c1eff7c350ac261f (diff)
downloadopenssl-6d52f260bf3f058a4d1973027a503db66ef1ab82.tar.gz
Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.
Diffstat (limited to 'crypto/engine/tb_dsa.c')
-rw-r--r--crypto/engine/tb_dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_dsa.c b/crypto/engine/tb_dsa.c
index 1f6d035196..e9209476b8 100644
--- a/crypto/engine/tb_dsa.c
+++ b/crypto/engine/tb_dsa.c
@@ -69,7 +69,7 @@ void ENGINE_unregister_DSA(ENGINE *e)
engine_table_unregister(&dsa_table, e);
}
-static void engine_unregister_all_DSA()
+static void engine_unregister_all_DSA(void)
{
engine_table_cleanup(&dsa_table);
}