diff --git a/ChangeLog b/ChangeLog index f39894df5..b77f88b02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/regress/krl.sh b/regress/krl.sh index 1e767f335..09d26ab5c 100644 --- a/regress/krl.sh +++ b/regress/krl.sh @@ -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.