chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sha512.c, etc.: Provide `sha512' as a hash function for signing.
[secnet]
/
secnet.h
diff --git
a/secnet.h
b/secnet.h
index f2840db3bca2c5c7d9afb8d2dc05712f96766c2c..c93a27970252185c1ecaf03795b2298f1efe7e84 100644
(file)
--- a/
secnet.h
+++ b/
secnet.h
@@
-354,6
+354,7
@@
extern init_module md5_module;
extern init_module slip_module;
extern init_module tun_module;
extern init_module sha1_module;
+extern init_module sha512_module;
extern init_module log_module;
/***** END of module support *****/