better alignment in md5 structure elements

This commit is contained in:
Josh Coalson
2007-03-23 04:48:36 +00:00
parent 6942044be1
commit 49cb34a543

View File

@@ -29,9 +29,9 @@
#include "FLAC/ordinals.h"
typedef struct {
FLAC__uint32 in[16];
FLAC__uint32 buf[4];
FLAC__uint32 bytes[2];
FLAC__uint32 in[16];
FLAC__byte *internal_buf;
unsigned capacity;
} FLAC__MD5Context;