X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fengine%2Ftb_dh.c;h=c9347235ead4fdb89e190e98ac29e99cf24f5d0e;hb=345731731aaa849b83ad55e0f4e96df359e5e33e;hp=977f9b9c392ec081aa270ec42fed8f46a1a2d4f1;hpb=b6d1e52d454bb321153c70cf763945d4b0d4f78e;p=oweals%2Fopenssl.git diff --git a/crypto/engine/tb_dh.c b/crypto/engine/tb_dh.c index 977f9b9c39..c9347235ea 100644 --- a/crypto/engine/tb_dh.c +++ b/crypto/engine/tb_dh.c @@ -69,7 +69,7 @@ void ENGINE_unregister_DH(ENGINE *e) engine_table_unregister(&dh_table, e); } -static void engine_unregister_all_DH() +static void engine_unregister_all_DH(void) { engine_table_cleanup(&dh_table); }