Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919700 | Differences between
and this patch

Collapse All | Expand All

(-)a/lib/tiger.c (-1 / +1 lines)
Lines 254-260 void tiger_final(struct tiger_ctx *ctx) Link Here
254
	register mutils_word64 i, j;
254
	register mutils_word64 i, j;
255
	/* Force 64-bit alignment */
255
	/* Force 64-bit alignment */
256
	mutils_word64 temp_64bit[TIGER_DATASIZE/8];
256
	mutils_word64 temp_64bit[TIGER_DATASIZE/8];
257
	mutils_word8 *temp = temp_64bit;
257
	mutils_word64 *temp = temp_64bit;
258
	i = ctx->index;
258
	i = ctx->index;
259
	
259
	
260
#if defined(WORDS_BIGENDIAN)
260
#if defined(WORDS_BIGENDIAN)

Return to bug 919700