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

This commit is contained in:
Ozkan Sezer 2022-11-29 08:56:32 +03:00 committed by Sam Lantinga
parent f077c69193
commit 8901297437

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 {