Skip to content

Commit

Permalink
SDL_test_md5.h: fix MD5UINT4 type to be really 32 bits.
Browse files Browse the repository at this point in the history
(cherry picked from commit 8901297)
  • Loading branch information
sezero authored and slouken committed Nov 30, 2022
1 parent d7664a6 commit 8eeca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_test_md5.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 8eeca8c

Please sign in to comment.