View | Details | Raw Unified | Return to bug 204371
Collapse All | Expand All

(-)lib/libmd/sha1c.c (-1 / +1 lines)
Lines 218-224 Link Here
218
	 */
218
	 */
219
#if 1
219
#if 1
220
#if BYTE_ORDER == BIG_ENDIAN || defined(SHA1_ASM)
220
#if BYTE_ORDER == BIG_ENDIAN || defined(SHA1_ASM)
221
	if ((((unsigned int)data)%sizeof(u_int32_t)) == 0)
221
	if ((((unsigned long)data)%sizeof(u_int32_t)) == 0)
222
		{
222
		{
223
		sw=len/SHA_CBLOCK;
223
		sw=len/SHA_CBLOCK;
224
		if (sw)
224
		if (sw)

Return to bug 204371