summaryrefslogtreecommitdiff
path: root/net-misc/hashcash/files/hashcash-1.22-clang16.patch
blob: 1ec15b11055589cc85bbc7787a733fe00cc03aae (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/870466
--- a/sha1.h
+++ b/sha1.h
@@ -59,4 +59,7 @@
 void SHA1_Init_With_IV( SHA1_ctx*, const byte[ SHA1_DIGEST_BYTES ] );
 
+void SHA1_Transform(  word32 H[ SHA1_DIGEST_WORDS ],
+		      const byte M[ SHA1_INPUT_BYTES ] );
+
 #endif