summaryrefslogtreecommitdiff
path: root/app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch')
-rw-r--r--app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch b/app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch
deleted file mode 100644
index c28ec21a0ae8..000000000000
--- a/app-crypt/johntheripper/files/johntheripper-1.7.9-ppc-compile-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru john-1.7.9.orig/src/gost_plug.c john-1.7.9/src/gost_plug.c
---- john-1.7.9.orig/src/gost_plug.c 2013-01-20 16:15:45.464000001 +0000
-+++ john-1.7.9/src/gost_plug.c 2013-01-20 16:16:06.104000001 +0000
-@@ -531,7 +531,6 @@
- }
- #endif
-
--#ifndef __GLIBC__
- void rhash_u32_swap_copy(void* to, int index, const void* from, size_t length) {
- size_t i;
- unsigned int *pO, *pI;
-@@ -542,4 +541,3 @@
- *pO++ = bswap_32(*pI++);
- }
- }
--#endif
-