mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.
(cherry picked from commit 8901297437
)
This commit is contained in:

committed by
Sam Lantinga

parent
d7664a6ef1
commit
8eeca8c7db
@@ -65,7 +65,7 @@ extern "C" {
|
|||||||
/* ------------ Definitions --------- */
|
/* ------------ Definitions --------- */
|
||||||
|
|
||||||
/* typedef a 32-bit type */
|
/* typedef a 32-bit type */
|
||||||
typedef unsigned long int MD5UINT4;
|
typedef Uint32 MD5UINT4;
|
||||||
|
|
||||||
/* Data structure for MD5 (Message-Digest) computation */
|
/* Data structure for MD5 (Message-Digest) computation */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user