chiark / gitweb /
cleanup: remove other redundant declarations
[secnet.git] / dh.c
diff --git a/dh.c b/dh.c
index 2ee93fb327399160e4be9272fb5fcdf6fa839389..91d08ced2dc805a839dcc3bf9b471c6387a2f0bc 100644 (file)
--- a/dh.c
+++ b/dh.c
@@ -118,7 +118,6 @@ static list_t *dh_apply(closure_t *self, struct cloc loc, dict_t *context,
     return new_closure(&st->cl);
 }
 
-init_module dh_module;
 void dh_module(dict_t *dict)
 {
     add_closure(dict,"diffie-hellman",dh_apply);