summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdrtools/files/cdrtools-clang-include-schily-sha2.patch17
1 files changed, 0 insertions, 17 deletions
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
index 8e04ed30cc05..000000000000
--- a/app-cdr/cdrtools/files/cdrtools-clang-include-schily-sha2.patch
+++ /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 *));