X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=secnet.h;fp=secnet.h;h=0433c1e2635b514ea20d2aa95738a46ab0bb3f8b;hb=b02b720ac62afd3a45c44e7ced37c090e7b39da9;hp=5e66a175348c9bf6ccc84969a4e1a1632bd1d0ec;hpb=0118121ae6578c69527fb80a60294c48663033b7;p=secnet.git diff --git a/secnet.h b/secnet.h index 5e66a17..0433c1e 100644 --- a/secnet.h +++ b/secnet.h @@ -7,6 +7,8 @@ #include #include #include +#include +#include #include #include #include @@ -217,6 +219,7 @@ extern init_module random_module; extern init_module udp_module; extern init_module util_module; extern init_module site_module; +extern init_module transform_eax_module; extern init_module transform_cbcmac_module; extern init_module netlink_module; extern init_module rsa_module;