mirror of git://anongit.mindrot.org/openssh.git
[configure.ac] remove extra MD5_MSG="no" line.
This commit is contained in:
parent
8ae0d8c185
commit
9de793cc6c
|
@ -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 $
|
||||
|
|
|
@ -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],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue