diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20020517 | ||
2 | - (tim) [configure.ac] remove extra MD5_MSG="no" line. | ||
3 | |||
1 | 20020515 | 4 | 20020515 |
2 | - (bal) CVS ID fix up on auth-passwd.c | 5 | - (bal) CVS ID fix up on auth-passwd.c |
3 | - (bal) OpenBSD CVS Sync | 6 | - (bal) OpenBSD CVS Sync |
@@ -653,4 +656,4 @@ | |||
653 | - (stevesk) entropy.c: typo in debug message | 656 | - (stevesk) entropy.c: typo in debug message |
654 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 657 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
655 | 658 | ||
656 | $Id: ChangeLog,v 1.2134 2002/05/15 21:50:14 mouring Exp $ | 659 | $Id: ChangeLog,v 1.2135 2002/05/17 15:59:22 tim Exp $ |
diff --git a/configure.ac b/configure.ac index 511c06a81..4370f9273 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.61 2002/05/13 05:14:08 djm Exp $ | 1 | # $Id: configure.ac,v 1.62 2002/05/17 15:59:23 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -2023,7 +2023,6 @@ if test "$USES_LOGIN_CONF" != "yes" ; then | |||
2023 | fi | 2023 | fi |
2024 | 2024 | ||
2025 | # Set superuser path separately to user path | 2025 | # Set superuser path separately to user path |
2026 | MD5_MSG="no" | ||
2027 | AC_ARG_WITH(superuser-path, | 2026 | AC_ARG_WITH(superuser-path, |
2028 | [ --with-superuser-path= Specify different path for super-user], | 2027 | [ --with-superuser-path= Specify different path for super-user], |
2029 | [ | 2028 | [ |