- (dtucker) [regress/kextype.sh] Add missing "test".

This commit is contained in:
Darren Tucker 2010-11-05 18:35:52 +11:00
parent eab5f0df90
commit 345178d951
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@
- (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]
Import recent changes to regress/Makefile, pass a flag to enable ECC tests
from configure through to regress/Makefile and use it in the tests.
- (dtucker) [regress/kextype.sh] Add missing "test".
20101025
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with

View File

@ -7,7 +7,7 @@ TIME=/usr/bin/time
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
if "$TEST_SSH_ECC" = "yes"; then
if test "$TEST_SSH_ECC" = "yes"; then
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
fi
kextypes="$kextypes diffie-hellman-group-exchange-sha256"