- (djm) [regress/krl.sh] typo; found by Iain Morgan

This commit is contained in:
Damien Miller 2013-02-14 10:31:03 +11:00
parent 2653f5c0a6
commit 6d77d6ea2b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.