From c50fa1b9d54c15707ec744b80db6610da7dd7832 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Sep 2022 09:11:58 +0100 Subject: gentoo auto-resync : 28:09:2022 - 09:11:58 --- net-misc/hashcash/files/hashcash-1.22-clang16.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-misc/hashcash/files/hashcash-1.22-clang16.patch (limited to 'net-misc/hashcash/files') diff --git a/net-misc/hashcash/files/hashcash-1.22-clang16.patch b/net-misc/hashcash/files/hashcash-1.22-clang16.patch new file mode 100644 index 000000000000..1ec15b110555 --- /dev/null +++ b/net-misc/hashcash/files/hashcash-1.22-clang16.patch @@ -0,0 +1,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 + -- cgit v1.2.3