File uint4_def.patch of Package opie
--- opie.h +++ opie.h @@ -172,11 +172,8 @@ #define OPIE_SEQUENCE_RESTRICT 9 #endif /* OPIE_SEQUENCE_RESTRICT */ -#ifndef __alpha -#define UINT4 unsigned long -#else /* __alpha */ -#define UINT4 unsigned int -#endif /* __alpha */ +#include <stdint.h> +typedef uint32_t UINT4; struct opiemdx_ctx { UINT4 state[4];