ben         01/06/03 04:15:30

  Modified:    passwd   apr_md5.c
  Log:
  Lurking out-of-date type.
  
  Revision  Changes    Path
  1.12      +1 -1      apr/passwd/apr_md5.c
  
  Index: apr_md5.c
  ===================================================================
  RCS file: /home/cvs/apr/passwd/apr_md5.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- apr_md5.c 2001/06/02 17:01:57     1.11
  +++ apr_md5.c 2001/06/03 11:15:30     1.12
  @@ -346,7 +346,7 @@
   }
   
   /* MD5 basic transformation. Transforms state based on block. */
  -static void MD5Transform(UINT4 state[4], const unsigned char block[64])
  +static void MD5Transform(apr_uint32_t state[4], const unsigned char 
block[64])
   {
       apr_uint32_t a = state[0], b = state[1], c = state[2], d = state[3],
                    x[MD5_DIGESTSIZE];
  
  
  

Reply via email to