diff options
author | Tim Rice <tim@multitalents.net> | 2002-05-17 08:59:22 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-05-17 08:59:22 -0700 |
commit | 9de793cc6c83a2e116dd73530bb4020e4b40d9d5 (patch) | |
tree | 9f7b12964d063c611324c229b0df5652c1710478 | |
parent | 8ae0d8c1858e5a87c2da3784bbd98f7d74c08471 (diff) |
[configure.ac] remove extra MD5_MSG="no" line.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,6 @@ +20020517 + - (tim) [configure.ac] remove extra MD5_MSG="no" line. + 20020515 - (bal) CVS ID fix up on auth-passwd.c - (bal) OpenBSD CVS Sync @@ -653,4 +656,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2134 2002/05/15 21:50:14 mouring Exp $ +$Id: ChangeLog,v 1.2135 2002/05/17 15:59:22 tim Exp $ diff --git a/configure.ac b/configure.ac index 511c06a8..4370f927 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.61 2002/05/13 05:14:08 djm Exp $ +# $Id: configure.ac,v 1.62 2002/05/17 15:59:23 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -2023,7 +2023,6 @@ if test "$USES_LOGIN_CONF" != "yes" ; then fi # Set superuser path separately to user path -MD5_MSG="no" AC_ARG_WITH(superuser-path, [ --with-superuser-path= Specify different path for super-user], [ |