mirror of git://sourceware.org/git/glibc.git
Complete last patch
This commit is contained in:
parent
feea4948bc
commit
d5032639a4
|
@ -39,13 +39,8 @@ struct sha512_ctx
|
|||
# define USE_TOTAL128
|
||||
unsigned int total128 __attribute__ ((__mode__ (TI)));
|
||||
#endif
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
# define TOTAL128_low 0
|
||||
# define TOTAL128_high 1
|
||||
#else
|
||||
# define TOTAL128_low 1
|
||||
# define TOTAL128_high 0
|
||||
#endif
|
||||
#define TOTAL128_low (1 - (BYTE_ORDER == LITTLE_ENDIAN))
|
||||
#define TOTAL128_high (BYTE_ORDER == LITTLE_ENDIAN)
|
||||
uint64_t total[2];
|
||||
};
|
||||
uint64_t buflen;
|
||||
|
|
Loading…
Reference in New Issue