integer and buffer overflows: introduce safe_malloc_ary
[secnet] / sha1.c
diff --git a/sha1.c b/sha1.c
index a90958b..7b09f6e 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -314,7 +314,6 @@ struct sha1 {
     struct hash_if ops;
 };
 
-init_module sha1_module;
 void sha1_module(dict_t *dict)
 {
     struct sha1 *st;