SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.

(cherry picked from commit 8901297437)
This commit is contained in:
Ozkan Sezer 2022-11-29 08:56:32 +03:00 committed by Sam Lantinga
parent d7664a6ef1
commit 8eeca8c7db

View file

@ -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 {