X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/c215a4bc817daf7b5631236c3c7b6a509479b034..refs/heads/mdw/xdh:/modules.c diff --git a/modules.c b/modules.c index b3bdad8..f5f6281 100644 --- a/modules.c +++ b/modules.c @@ -4,7 +4,7 @@ * * secnet is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version d of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * secnet is distributed in the hope that it will be useful, but @@ -32,9 +32,11 @@ void init_builtin_modules(dict_t *dict) netlink_module(dict); rsa_module(dict); dh_module(dict); + xdh_module(dict); md5_module(dict); slip_module(dict); tun_module(dict); sha1_module(dict); + sha512_module(dict); log_module(dict); }