app-cdr/cdrtools: Remove unused patch.
authorDaniel Pielmeier <billie@gentoo.org>
Thu, 23 Feb 2017 17:31:16 +0000 (18:31 +0100)
committerDaniel Pielmeier <billie@gentoo.org>
Thu, 23 Feb 2017 17:31:16 +0000 (18:31 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-cdr/cdrtools/files/cdrtools-clang-include-schily-sha2.patch [deleted file]

diff --git a/app-cdr/cdrtools/files/cdrtools-clang-include-schily-sha2.patch b/app-cdr/cdrtools/files/cdrtools-clang-include-schily-sha2.patch
deleted file mode 100644 (file)
index 8e04ed3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/include/schily/sha2.h  2016-06-05 00:48:16.547308184 -0500
-+++ b/include/schily/sha2.h  2016-06-05 00:49:29.304314626 -0500
-@@ -104,10 +104,14 @@
- #ifdef        HAVE_LONGLONG
- extern void SHA384Init                __PR((SHA2_CTX *));
-+
-+#ifndef HAVE_PRAGMA_WEAK
- extern void SHA384Transform   __PR((UInt64_t state[8],
-                                       const UInt8_t [SHA384_BLOCK_LENGTH]));
- extern void SHA384Update      __PR((SHA2_CTX *, const UInt8_t *, size_t));
- extern void SHA384Pad         __PR((SHA2_CTX *));
-+#endif
-+
- extern void SHA384Final               __PR((UInt8_t [SHA384_DIGEST_LENGTH],
-                                       SHA2_CTX *));
- extern char *SHA384End                __PR((SHA2_CTX *, char *));