File pam_radius-decrypt-s390x-fix.patch of Package pam_radius.19457
Index: pam_radius-1.3.16/md5.c =================================================================== --- pam_radius-1.3.16.orig/md5.c +++ pam_radius-1.3.16/md5.c @@ -39,7 +39,7 @@ #include <string.h> #include "md5.h" -#if defined(__sparc) || defined(__mips) || defined(__PPC__) +#if defined(__sparc) || defined(__mips) || defined(__PPC__) || defined(__s390x__) #define HIGHFIRST #endif