diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 20:54:29 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-02-16 20:54:29 +0000 |
commit | 49baa8ba0b6a320e6a4e08b13d02ba38f77f2e02 (patch) | |
tree | 70e8bba27d2f4f37a1a6b5e3dd6488b47579cb83 /include/pwd.h | |
parent | 5ab46413028f3ff7deef7f8b7706f33ea95cdcf1 (diff) |
small cleanup
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/pwd.h b/include/pwd.h index e94330b1ee1..8e419adcf10 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pwd.h,v 1.4 1997/02/14 23:28:47 provos Exp $ */ +/* $OpenBSD: pwd.h,v 1.5 1997/02/16 20:54:28 provos Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- @@ -73,10 +73,6 @@ #define _PASSWORD_NOCHG 0x04 /* flag for no specified change. */ #define _PASSWORD_NOEXP 0x08 /* flag for no specified expire. */ -#define _PASSWORD_OLD 1 /* Old Unix style passwords */ -#define _PASSWORD_NSALT 2 /* Use extended salt + DES */ -#define _PASSWORD_BLF 3 /* Adaptable Blowfish hash */ - #endif struct passwd { |