- (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not

strictly correct since while ECC requires sha256 the reverse is not true
   however it does prevent spurious test failures.
This commit is contained in:
Darren Tucker 2010-11-05 18:41:50 +11:00
Родитель 345178d951
Коммит f619d1cad9
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -47,6 +47,9 @@
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".
- (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not
strictly correct since while ECC requires sha256 the reverse is not true
however it does prevent spurious test failures.
20101025
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with

Просмотреть файл

@ -9,8 +9,8 @@ cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
if test "$TEST_SSH_ECC" = "yes"; then
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
fi
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
kextypes="$kextypes diffie-hellman-group-exchange-sha1"
kextypes="$kextypes diffie-hellman-group14-sha1"
kextypes="$kextypes diffie-hellman-group1-sha1"