summaryrefslogtreecommitdiff
path: root/regress/krl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/krl.sh')
-rw-r--r--regress/krl.sh2
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.
7ECDSA=ecdsa 7ECDSA=ecdsa
8if test "x$TEST_SSH_ECC" != "xyes"; then 8if test "x$TEST_SSH_ECC" != "xyes"; then
9 $ECDSA=rsa 9 ECDSA=rsa
10fi 10fi
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.