summaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_cipher.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_cipher.c
parent752f2b6785eba8581171ee55c1eff7c350ac261f (diff)
Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.
Diffstat (limited to 'crypto/engine/tb_cipher.c')
-rw-r--r--crypto/engine/tb_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_cipher.c b/crypto/engine/tb_cipher.c
index 2716ed7a50..c5a50fc910 100644
--- a/crypto/engine/tb_cipher.c
+++ b/crypto/engine/tb_cipher.c
@@ -68,7 +68,7 @@ void ENGINE_unregister_ciphers(ENGINE *e)
engine_table_unregister(&cipher_table, e);
}
-static void engine_unregister_all_ciphers()
+static void engine_unregister_all_ciphers(void)
{
engine_table_cleanup(&cipher_table);
}