chiark / gitweb /
site: Write an argument for the soundness of key file update
[secnet.git] / modules.c
index f63a149252997144320672f667962dbfae75294e..de3e69933ca076f4ac44ade62708229f35fc9987 100644 (file)
--- a/modules.c
+++ b/modules.c
@@ -37,8 +37,10 @@ void init_builtin_modules(dict_t *dict)
     tun_module(dict);
     sha1_module(dict);
     log_module(dict);
+    privcache_module(dict);
 }
 
 const struct sigscheme_info sigschemes[]={
+    { "rsa1", 0x00, rsa1_loadpub, rsa1_loadpriv },
     { 0 }
 };