X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/08ee90a207d1a9c0b3e34d1db06cd7502ad48990..389070fed67552c613ce5afd3cdb436f8f8c538f:/dh.c diff --git a/dh.c b/dh.c index 2ee93fb..91d08ce 100644 --- 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);