X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fe5e9cc422cd72526ccfceffbc7e5af8ac83b407..fcbc59051841c6e76a6737acf8ccaac4afd98666:/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);