chiark / gitweb /
cleanup: fix up the type of string buffers
[secnet.git] / md5.c
diff --git a/md5.c b/md5.c
index 71fb4f1272c9ad95cdf7a2e3c33b454597396bfe..0ce120004490026b46beb0d1966cf00e15632dd5 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -267,7 +267,6 @@ struct md5 {
     struct hash_if ops;
 };
 
-init_module md5_module;
 void md5_module(dict_t *dict)
 {
     struct md5 *st;