summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ab8e0253..b0593e146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120020517
2 - (tim) [configure.ac] remove extra MD5_MSG="no" line.
3
120020515 420020515
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
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -2023,7 +2023,6 @@ if test "$USES_LOGIN_CONF" != "yes" ; then
2023fi 2023fi
2024 2024
2025# Set superuser path separately to user path 2025# Set superuser path separately to user path
2026MD5_MSG="no"
2027AC_ARG_WITH(superuser-path, 2026AC_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 [