mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs.
This commit is contained in:
parent
0ef3e6fe8a
commit
e8c762981a
@ -53,7 +53,7 @@ documentation and/or software.
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* UINT4 defines a four byte word */
|
/* UINT4 defines a four byte word */
|
||||||
typedef unsigned long int UINT4;
|
typedef unsigned int UINT4;
|
||||||
|
|
||||||
/* MD5 context. */
|
/* MD5 context. */
|
||||||
struct md5_ctx {
|
struct md5_ctx {
|
||||||
|
Loading…
Reference in New Issue
Block a user