mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell test
for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com
This commit is contained in:
parent
8ad960b4ba
commit
322125b960
@ -1,3 +1,7 @@
|
|||||||
|
20110107
|
||||||
|
- (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell test
|
||||||
|
for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com
|
||||||
|
|
||||||
20110106
|
20110106
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2010/12/08 22:46:03
|
- markus@cvs.openbsd.org 2010/12/08 22:46:03
|
||||||
|
@ -5,7 +5,7 @@ tid="certified host keys"
|
|||||||
|
|
||||||
# used to disable ECC based tests on platforms without ECC
|
# used to disable ECC based tests on platforms without ECC
|
||||||
ecdsa=""
|
ecdsa=""
|
||||||
if "$TEST_SSH_ECC" = "yes"; then
|
if test "x$TEST_SSH_ECC" = "xyes"; then
|
||||||
ecdsa=ecdsa
|
ecdsa=ecdsa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ tid="certified user keys"
|
|||||||
|
|
||||||
# used to disable ECC based tests on platforms without ECC
|
# used to disable ECC based tests on platforms without ECC
|
||||||
ecdsa=""
|
ecdsa=""
|
||||||
if "$TEST_SSH_ECC" = "yes"; then
|
if test "x$TEST_SSH_ECC" = "xyes"; then
|
||||||
ecdsa=ecdsa
|
ecdsa=ecdsa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user