mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
better alignment in md5 structure elements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user