chiark / gitweb /
rsa: Provide rsa1_loadpub and therefore rsa1 sigscheme
[secnet.git] / modules.c
index 2fc2e0f9199cf6a48b303cdf6ae86b6399f1d35b..de3e69933ca076f4ac44ade62708229f35fc9987 100644 (file)
--- a/modules.c
+++ b/modules.c
@@ -41,5 +41,6 @@ void init_builtin_modules(dict_t *dict)
 }
 
 const struct sigscheme_info sigschemes[]={
+    { "rsa1", 0x00, rsa1_loadpub, rsa1_loadpriv },
     { 0 }
 };