From 1ebccdd350189ff1b1374a58ad24843ad0fe65f2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 14 Jul 2021 15:26:34 +0300 Subject: remove patch directory --- patches/0044-fix-hash-objects.patch | 40 ------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 patches/0044-fix-hash-objects.patch (limited to 'patches/0044-fix-hash-objects.patch') diff --git a/patches/0044-fix-hash-objects.patch b/patches/0044-fix-hash-objects.patch deleted file mode 100644 index bf7bdc0..0000000 --- a/patches/0044-fix-hash-objects.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/lib/libc/hash/helper.c 2019-06-28 16:32:41.000000000 +0300 -+++ b/lib/libc/hash/helper.c 2020-10-15 17:19:18.086197995 +0300 -@@ -22,6 +22,7 @@ - */ - - #include -+#include - #include - - #include ---- a/lib/libc/hash/md5.c 2015-09-11 12:18:27.000000000 +0300 -+++ b/lib/libc/hash/md5.c 2020-10-16 16:15:28.878466917 +0300 -@@ -17,6 +17,7 @@ - * will fill a supplied 16-byte array with the digest. - */ - -+#include - #include - #include - #include ---- a/lib/libc/hash/rmd160.c 2015-09-11 12:18:27.000000000 +0300 -+++ b/lib/libc/hash/rmd160.c 2020-10-16 16:16:34.873811145 +0300 -@@ -26,6 +26,7 @@ - * RSA Laboratories, CryptoBytes, Volume 3, Number 2, Autumn 1997, - * ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf - */ -+#include - #include - #include - #include ---- a/lib/libc/hash/sha1.c 2019-06-08 01:56:36.000000000 +0300 -+++ b/lib/libc/hash/sha1.c 2020-10-16 16:12:06.772977604 +0300 -@@ -14,6 +14,7 @@ - * 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F - */ - -+#include - #include - #include - #include -- cgit v1.2.3