mirror of git://anongit.mindrot.org/openssh.git
- (djm) [regress/krl.sh] typo; found by Iain Morgan
This commit is contained in:
parent
2653f5c0a6
commit
6d77d6ea2b
|
@ -1,5 +1,6 @@
|
|||
20130214
|
||||
- (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
|
||||
- (djm) [regress/krl.sh] typo; found by Iain Morgan
|
||||
|
||||
20130212
|
||||
- (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.
|
||||
ECDSA=ecdsa
|
||||
if test "x$TEST_SSH_ECC" != "xyes"; then
|
||||
$ECDSA=rsa
|
||||
ECDSA=rsa
|
||||
fi
|
||||
|
||||
# Do most testing with ssh-keygen; it uses the same verification code as sshd.
|
||||
|
|
Loading…
Reference in New Issue