chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup: remove redundant "init_module" declarations
[secnet]
/
sha1.c
diff --git
a/sha1.c
b/sha1.c
index a90958b47a33879b215cc4fd17b361102283452b..7b09f6efb48cbc0c4b99fbd2637e820f51e76ca3 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;