dtlogin: don't use crypt(3) on openbsd

des support has been removed from crypt(3) on openbsd since version 5.8
This commit is contained in:
Pascal de Bruijn
2015-11-28 19:04:40 +01:00
committed by Jon Trulson
parent 1e2e373082
commit ced27aa1f6
3 changed files with 5 additions and 1 deletions

View File

@@ -122,6 +122,8 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# define HasBSDAuth YES
#endif
#define HasXdmAuth YES
/* OpenBSD 3.0 and later has getpeereid() */
#if OSMajorVersion >= 3
# define HasGetpeereid YES