ec-field-test.c: Make the field-element type use internal format.
[secnet] / modules.c
index b3bdad8..f5f6281 100644 (file)
--- 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);
 }