chiark / gitweb /
sha1: Provide sha1_hash_if
[secnet.git] / secnet.h
index 5c351afb44a6e04d3e78308a67627e4e383268a0..ffe8360053d20fa9774e11eb03575b4f570ec24a 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -786,6 +786,8 @@ struct hash_if {
     hash_final_fn *final;
 };
 
+extern struct hash_if *const sha1_hash_if; /* for where this is hardcoded */
+
 /* BUFFER interface */
 
 struct buffer_if {