--- embedaddon/sudo/plugins/sudoers/auth/secureware.c 2013/10/14 07:56:35 1.1.1.4 +++ embedaddon/sudo/plugins/sudoers/auth/secureware.c 2014/06/15 16:12:54 1.1.1.5 @@ -86,8 +86,8 @@ sudo_secureware_verify(struct passwd *pw, char *pass, epass = bigcrypt(pass, pw_epasswd); else if (crypt_type == AUTH_CRYPT_CRYPT16) epass = crypt(pass, pw_epasswd); - } # endif /* HAVE_DISPCRYPT */ + } #elif defined(HAVE_BIGCRYPT) epass = bigcrypt(pass, pw_epasswd); #endif /* __alpha */