diff options
author | Tim Rice <tim@multitalents.net> | 2005-09-09 07:04:59 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2005-09-09 07:04:59 +0200 |
commit | 784d4f538f26f5048c0c2de6239a7d65b5e393a4 (patch) | |
tree | c3eb2f2b3e2c4aa766a233cb9f87c9e3ae7988ee /defines.h | |
parent | - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to (diff) | |
download | openssh-784d4f538f26f5048c0c2de6239a7d65b5e393a4.tar.xz openssh-784d4f538f26f5048c0c2de6239a7d65b5e393a4.zip |
Last commit skipped defines.h
- (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ #ifndef _DEFINES_H #define _DEFINES_H -/* $Id: defines.h,v 1.127 2005/08/31 16:59:49 tim Exp $ */ +/* $Id: defines.h,v 1.128 2005/09/09 05:04:59 tim Exp $ */ /* Constants */ @@ -688,7 +688,7 @@ struct winsize { # define CUSTOM_SYS_AUTH_PASSWD 1 #endif -#if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF) +#ifdef HAVE_LIBIAF # define CUSTOM_SYS_AUTH_PASSWD 1 #endif |