소스 검색

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

Jan Janak 22 년 전
부모
커밋
c746a148b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      md5global.h

+ 1 - 1
md5global.h

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