diff --git a/ChangeLog b/ChangeLog index 986c2ae2c..56a808bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 20110213 - (djm) [misc.c] include time.h for nanosleep() prototype + - (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm 20110212 - OpenBSD CVS Sync diff --git a/Makefile.in b/Makefile.in index 7c55c7582..13b6dedea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $ +# $Id: Makefile.in,v 1.316 2011/01/13 03:06:38 tim Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -407,6 +407,7 @@ tests interop-tests: $(TARGETS) TEST_SSH_PUTTYGEN="puttygen"; \ TEST_SSH_CONCH="conch"; \ TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \ + TEST_SSH_ECC="@TEST_SSH_ECC@" ; \ cd $(srcdir)/regress || exit $$?; \ $(MAKE) \ .OBJDIR="$${BUILDDIR}/regress" \ @@ -427,7 +428,8 @@ tests interop-tests: $(TARGETS) TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \ TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \ TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \ - TEST_SSH_IPV6="@TEST_SSH_IPV6@" \ + TEST_SSH_IPV6="$${TEST_SSH_IPV6}" \ + TEST_SSH_ECC="$${TEST_SSH_ECC}" \ EXEEXT="$(EXEEXT)" \ $@ && echo all tests passed