mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.
This commit is contained in:
parent
f077c69193
commit
8901297437
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ extern "C" {
|
|||
/* ------------ Definitions --------- */
|
||||
|
||||
/* typedef a 32-bit type */
|
||||
typedef unsigned long int MD5UINT4;
|
||||
typedef Uint32 MD5UINT4;
|
||||
|
||||
/* Data structure for MD5 (Message-Digest) computation */
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue