diff options
Diffstat (limited to 'regress/krl.sh')
-rw-r--r-- | regress/krl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |