X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/c215a4bc817daf7b5631236c3c7b6a509479b034..b7a5ecfcbac18c56d0b044975f6ed6835dd86ab4:/modules.c diff --git a/modules.c b/modules.c index b3bdad8..a5c3c8d 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 @@ -36,5 +36,6 @@ void init_builtin_modules(dict_t *dict) slip_module(dict); tun_module(dict); sha1_module(dict); + sha512_module(dict); log_module(dict); }