X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/0118121ae6578c69527fb80a60294c48663033b7..b02b720ac62afd3a45c44e7ced37c090e7b39da9:/secnet.h 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;