aboutsummaryrefslogtreecommitdiff
path: root/security/mdcrack/files/patch-src_MD4_core3.c
blob: b2aa6ea4efbfbe436cc64824a67c92dbfeaa7cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** src/MD4/core3.c.orig	Wed Aug 15 02:02:01 2001
--- src/MD4/core3.c	Sun Dec 17 09:13:36 2006
***************
*** 1575,1581 ****
  
  		  ascii2bin(test, conv, hash);
  		  Decode(result2, hash, 16);
! 		  (unsigned int)bufferr2+=len+35;
  		}
  	      else
  
--- 1575,1581 ----
  
  		  ascii2bin(test, conv, hash);
  		  Decode(result2, hash, 16);
!		  bufferr2=(unsigned int)bufferr2+len+35; 
  		}
  	      else