View | Details | Raw Unified | Return to bug 277664 | Differences between
and this patch

Collapse All | Expand All

(-)h/md5.h (-1 / +1 lines)
Lines 20-26 Link Here
20
typedef unsigned short int UINT2;
20
typedef unsigned short int UINT2;
21
21
22
/* UINT4 defines a four byte word */
22
/* UINT4 defines a four byte word */
23
#ifndef __alpha
23
#if !defined(__alpha) && !defined(__amd64)
24
typedef unsigned long int UINT4;
24
typedef unsigned long int UINT4;
25
#else
25
#else
26
typedef unsigned int UINT4;
26
typedef unsigned int UINT4;

Return to bug 277664