new dunix shadow code, use dispcrypt(3)

This commit is contained in:
Todd C. Miller
1998-10-19 18:32:39 +00:00
parent 153bd73ab0
commit 3d92a1bb92
3 changed files with 19 additions and 44 deletions

View File

@@ -70,7 +70,12 @@ static char rcsid[] = "$Id$";
#endif /* HAVE_TERMIO_H */
#endif /* HAVE_TERMIOS_H */
#ifdef HAVE_GETPRPWUID
#include <prot.h> /* for AUTH_MAX_PASSWD_LENGTH */
# ifdef __hpux
# include <hpsecurity.h>
# else
# include <sys/security.h>
# endif /* __hpux */
# include <prot.h> /* for AUTH_MAX_PASSWD_LENGTH */
#endif /* HAVE_GETPRPWUID */
#include <pathnames.h>