summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_pwdb/md5.h4
-rw-r--r--modules/pam_unix/md5.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/pam_pwdb/md5.h b/modules/pam_pwdb/md5.h
index 279ce46f..75c4dbac 100644
--- a/modules/pam_pwdb/md5.h
+++ b/modules/pam_pwdb/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];
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];