Kaynağa Gözat

64-bit cleanup: UINT4 defined as unsigned int instead of unsigned long

Jan Janak 22 yıl önce
ebeveyn
işleme
c746a148b9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      md5global.h

+ 1 - 1
md5global.h

@@ -23,7 +23,7 @@ typedef unsigned char *POINTER;
 typedef unsigned short int UINT2;
 
 /* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
 
 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it