diff options
| author | Ulrich Drepper <drepper@gmail.com> | 2012-01-27 11:25:41 -0500 |
|---|---|---|
| committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-27 11:25:41 -0500 |
| commit | 43455e09166350b1237d2168d1b008c9f47ebaf0 (patch) | |
| tree | 42390fa1645e01c728923b9874cc61a35823cffd /crypt | |
| parent | 6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1 (diff) | |
| parent | 965a54a4eecc6cf5c53718f07290171f744c4d6c (diff) | |
| download | glibc-43455e09166350b1237d2168d1b008c9f47ebaf0.tar.xz glibc-43455e09166350b1237d2168d1b008c9f47ebaf0.zip | |
Merge branch 'master' of ssh://sourceware.org/git/glibc
Diffstat (limited to 'crypt')
| -rw-r--r-- | crypt/md5.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/crypt/md5.h b/crypt/md5.h index 64a73bdc83..21cfc5df25 100644 --- a/crypt/md5.h +++ b/crypt/md5.h @@ -1,6 +1,6 @@ /* Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2011 + Copyright (C) 1995-1997,1999,2000,2001,2004,2005,2011,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -43,11 +43,7 @@ typedef uint32_t md5_uint32; typedef uintptr_t md5_uintptr; #else -# if defined __STDC__ && __STDC__ -# define UINT_MAX_32_BITS 4294967295U -# else -# define UINT_MAX_32_BITS 0xFFFFFFFF -# endif +# define UINT_MAX_32_BITS 4294967295U /* If UINT_MAX isn't defined, assume it's a 32-bit type. This should be valid for all systems GNU cares about because |
