X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=modules.c;h=724ccbbd5b61dfef1881362e34708f77ef332882;hp=8658106c2691575136ae108ff4906d4a48834795;hb=53dea2fbb44f128eb4f6c2259adcd9fbefe1527e;hpb=7138d0c54cd2212439434d27cb2d6ea775c3039b diff --git a/modules.c b/modules.c index 8658106..724ccbb 100644 --- a/modules.c +++ b/modules.c @@ -1,20 +1,5 @@ #include "secnet.h" -extern init_module resolver_module; -extern init_module random_module; -extern init_module udp_module; -extern init_module util_module; -extern init_module site_module; -extern init_module transform_module; -extern init_module netlink_module; -extern init_module rsa_module; -extern init_module dh_module; -extern init_module md5_module; -extern init_module slip_module; -extern init_module tun_module; -extern init_module sha1_module; -extern init_module log_module; - void init_builtin_modules(dict_t *dict) { resolver_module(dict); @@ -22,7 +7,8 @@ void init_builtin_modules(dict_t *dict) udp_module(dict); util_module(dict); site_module(dict); - transform_module(dict); + transform_eax_module(dict); + transform_cbcmac_module(dict); netlink_module(dict); rsa_module(dict); dh_module(dict);