diff options
Diffstat (limited to 'net/http/md4.cc')
-rw-r--r-- | net/http/md4.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/md4.cc b/net/http/md4.cc index da1e8d3..7de9cb0 100644 --- a/net/http/md4.cc +++ b/net/http/md4.cc @@ -49,8 +49,8 @@ #include <string.h> -typedef uint32 Uint32; -typedef uint8 Uint8; +typedef uint32_t Uint32; +typedef uint8_t Uint8; /* the "conditional" function */ #define F(x,y,z) (((x) & (y)) | (~(x) & (z))) |