chiark / gitweb /
sha512.c, etc.: Provide `sha512' as a hash function for signing.
[secnet] / 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 *****/