chiark / gitweb /
logging: provide vslilog as well as slilog
[secnet.git] / rsa.c
diff --git a/rsa.c b/rsa.c
index 3c82a40cfdc7f57876991073adbdbcc7cf2c765f..4702fe97d9292e08d22d2bc6965b2469c26a6414 100644 (file)
--- a/rsa.c
+++ b/rsa.c
@@ -487,7 +487,6 @@ assume_valid:
     return new_closure(&st->cl);
 }
 
-init_module rsa_module;
 void rsa_module(dict_t *dict)
 {
     add_closure(dict,"rsa-private",rsapriv_apply);