]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5.h
Moved shell script support commands to lib/shell.
[libucw.git] / lib / md5.h
index 53a40c272069375f98a3e1ec0b5fe10a62d18763..7be26a770d5bd3a47fdcc3f00cbc65959af04a3c 100644 (file)
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,11 +1,7 @@
 #ifndef MD5_H
 #define MD5_H
 
-#ifdef __alpha
-typedef unsigned int uint32;
-#else
-typedef unsigned long uint32;
-#endif
+typedef u32 uint32;
 
 struct MD5Context {
        uint32 buf[4];