2013-09-26 17:14:40 +02:00

17 lines
334 B
Plaintext

$NetBSD: patch-ah,v 1.1 2006/09/28 16:21:46 tron Exp $
--- md5.h.orig 1994-08-01 16:12:18.000000000 +0100
+++ md5.h 2006-09-28 17:16:02.000000000 +0100
@@ -1,11 +1,7 @@
#ifndef MD5_H
#define MD5_H
-#ifdef __alpha
typedef unsigned int uint32;
-#else
-typedef unsigned long uint32;
-#endif
struct MD5Context {
uint32 buf[4];