diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/krl.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20130214 | 1 | 20130214 |
2 | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. | 2 | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. |
3 | - (djm) [regress/krl.sh] typo; found by Iain Morgan | ||
3 | 4 | ||
4 | 20130212 | 5 | 20130212 |
5 | - (djm) OpenBSD CVS Sync | 6 | - (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" | |||
6 | # If we don't support ecdsa keys then this tell will be much slower. | 6 | # If we don't support ecdsa keys then this tell will be much slower. |
7 | ECDSA=ecdsa | 7 | ECDSA=ecdsa |
8 | if test "x$TEST_SSH_ECC" != "xyes"; then | 8 | if test "x$TEST_SSH_ECC" != "xyes"; then |
9 | $ECDSA=rsa | 9 | ECDSA=rsa |
10 | fi | 10 | fi |
11 | 11 | ||
12 | # Do most testing with ssh-keygen; it uses the same verification code as sshd. | 12 | # Do most testing with ssh-keygen; it uses the same verification code as sshd. |