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

Collapse All | Expand All

(-)mhash-0.9.9/lib/snefru.c (+2 lines)
Lines 859-864 Link Here
859
{
859
{
860
	mutils_word32 i;
860
	mutils_word32 i;
861
861
862
	if(!digest) return;
863
862
	for (i = 0; i < len; i++, digest += 4)
864
	for (i = 0; i < len; i++, digest += 4)
863
	{
865
	{
864
		*(mutils_word32 *)digest = mutils_bend2sys32(ctx->hash[i]);
866
		*(mutils_word32 *)digest = mutils_bend2sys32(ctx->hash[i]);

Return to bug 255131