- (dtucker) [regress/kextype.sh] Add missing "test".
This commit is contained in:
parent
eab5f0df90
commit
345178d951
|
@ -46,6 +46,7 @@
|
||||||
- (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]
|
- (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh]
|
||||||
Import recent changes to regress/Makefile, pass a flag to enable ECC tests
|
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.
|
from configure through to regress/Makefile and use it in the tests.
|
||||||
|
- (dtucker) [regress/kextype.sh] Add missing "test".
|
||||||
|
|
||||||
20101025
|
20101025
|
||||||
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
|
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
|
||||||
|
|
|
@ -7,7 +7,7 @@ TIME=/usr/bin/time
|
||||||
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
|
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
|
||||||
cp $OBJ/ssh_proxy $OBJ/ssh_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"
|
kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
|
||||||
fi
|
fi
|
||||||
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
kextypes="$kextypes diffie-hellman-group-exchange-sha256"
|
||||||
|
|
Loading…
Reference in New Issue