summaryrefslogtreecommitdiff
path: root/modules/pam_unix/md5.h
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-01-20 23:06:05 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-01-20 23:06:05 +0000
commit5416534f049a8639c69faaa42db9d1cc47bb775b (patch)
tree4106f20ca22d052881bee8552c9cc44ce5a33129 /modules/pam_unix/md5.h
parenta621d60e903247f1898a770f0f67786f5dc465da (diff)
Relevant BUGIDs: 127700
Purpose of commit: bugfix Commit summary: --------------- ia64 support - it behaves like an alpha wrt md5, but then unsigned int is 32 bits everywhere(*) these days, so just remove the #ifdef nonsense.
Diffstat (limited to 'modules/pam_unix/md5.h')
-rw-r--r--modules/pam_unix/md5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/pam_unix/md5.h b/modules/pam_unix/md5.h
index 469e5bd1..103f168a 100644
--- a/modules/pam_unix/md5.h
+++ b/modules/pam_unix/md5.h
@@ -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];