You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/mdcrack/files/mdcrack-1.2-gcc4.diff

25 lines
798 B

diff --exclude='*~' -Naur mdcrack-1.2.orig/src/MD4/core3.c mdcrack-1.2/src/MD4/core3.c
--- mdcrack-1.2.orig/src/MD4/core3.c 2005-09-10 19:19:56.000000000 -0300
+++ mdcrack-1.2/src/MD4/core3.c 2005-09-10 19:28:47.000000000 -0300
@@ -1575,7 +1575,7 @@
ascii2bin(test, conv, hash);
Decode(result2, hash, 16);
- (unsigned int)bufferr2+=len+35;
+ bufferr2+=(len+35);
}
else
diff --exclude='*~' -Naur mdcrack-1.2.orig/src/MD5/core3.c mdcrack-1.2/src/MD5/core3.c
--- mdcrack-1.2.orig/src/MD5/core3.c 2005-09-10 19:19:56.000000000 -0300
+++ mdcrack-1.2/src/MD5/core3.c 2005-09-10 19:29:02.000000000 -0300
@@ -1537,7 +1537,7 @@
ascii2bin(test, conv, hash);
Decode(result2, hash, 16);
- (unsigned int)bufferr2+=len+35;
+ bufferr2+=len+35;
}
else