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:
committed by
Jon Trulson
parent
1e2e373082
commit
ced27aa1f6
@@ -124,7 +124,7 @@ extern int errno;
|
||||
# define USE_CRYPT
|
||||
# endif
|
||||
# ifdef __OpenBSD__
|
||||
# define USE_CRYPT
|
||||
# define DONT_USE_DES
|
||||
# endif
|
||||
# ifdef sun
|
||||
# define USE_CRYPT
|
||||
|
||||
Reference in New Issue
Block a user