mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
15 lines
213 B
Diff
15 lines
213 B
Diff
--- a/src/md5.h
|
|
+++ b/src/md5.h
|
|
@@ -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];
|