- (djm) [regress/krl.sh] typo; found by Iain Morgan
This commit is contained in:
parent
2653f5c0a6
commit
6d77d6ea2b
|
@ -1,5 +1,6 @@
|
||||||
20130214
|
20130214
|
||||||
- (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
|
- (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
|
||||||
|
- (djm) [regress/krl.sh] typo; found by Iain Morgan
|
||||||
|
|
||||||
20130212
|
20130212
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
|
|
@ -6,7 +6,7 @@ tid="key revocation lists"
|
||||||
# If we don't support ecdsa keys then this tell will be much slower.
|
# If we don't support ecdsa keys then this tell will be much slower.
|
||||||
ECDSA=ecdsa
|
ECDSA=ecdsa
|
||||||
if test "x$TEST_SSH_ECC" != "xyes"; then
|
if test "x$TEST_SSH_ECC" != "xyes"; then
|
||||||
$ECDSA=rsa
|
ECDSA=rsa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do most testing with ssh-keygen; it uses the same verification code as sshd.
|
# Do most testing with ssh-keygen; it uses the same verification code as sshd.
|
||||||
|
|
Loading…
Reference in New Issue