diff options
Diffstat (limited to 'net-p2p/xmule/files/patch-src::KnownFile.h')
-rw-r--r-- | net-p2p/xmule/files/patch-src::KnownFile.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/xmule/files/patch-src::KnownFile.h b/net-p2p/xmule/files/patch-src::KnownFile.h new file mode 100644 index 000000000000..a37dc00c4ee6 --- /dev/null +++ b/net-p2p/xmule/files/patch-src::KnownFile.h @@ -0,0 +1,12 @@ +--- src/KnownFile.h.orig Tue May 20 21:16:04 2003 ++++ src/KnownFile.h Tue May 20 21:23:46 2003 +@@ -203,9 +203,6 @@ + (a) = MD4_ROTATE_LEFT((a), (s)); \ + } + +-static void MD4Transform(uint32 Hash[4], uint32 x[16]); +- +- + #if 0 + // old implementation + class CFileStatistic{ |