Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e85ee8d

Browse files
committed
Issue an explicit error when we can't find an appropriate type for
UINT4.
1 parent 4164439 commit e85ee8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/md5.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ typedef unsigned long int UINT4;
3737
typedef unsigned short int UINT4;
3838
#elif INT_MAX == 2147483647
3939
typedef unsigned int UINT4;
40+
#else
41+
#error "Can't find a 4-byte integral type"
4042
#endif
4143

4244
/* ========== End global.h; continue md5.h ========== */

0 commit comments

Comments
 (0)