]> granicus.if.org Git - linux-pam/blobdiff - modules/pam_unix/md5.h
Relevant BUGIDs: Debian bugs #95220, #175900
[linux-pam] / modules / pam_unix / md5.h
index 469e5bd1f15849032b3dc121cecfffd636c8007f..103f168a91c6bb15fa812db85d9baa1d7c8412be 100644 (file)
@@ -2,11 +2,7 @@
 #ifndef MD5_H
 #define MD5_H
 
-#ifdef __alpha
 typedef unsigned int uint32;
-#else
-typedef unsigned long uint32;
-#endif
 
 struct MD5Context {
        uint32 buf[4];