summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-14 10:31:03 +1100
committerDamien Miller <djm@mindrot.org>2013-02-14 10:31:03 +1100
commit6d77d6ea2b96c2e7df0ab036ab4116ac548deb1e (patch)
tree597f5529534c164c99d248f1ea18c70926da3d62
parent2653f5c0a67c403ff14403b9aac94e6a53f6bbf9 (diff)
- (djm) [regress/krl.sh] typo; found by Iain Morgan
-rw-r--r--ChangeLog1
-rw-r--r--regress/krl.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f39894df5..b77f88b02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120130214 120130214
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
420130212 520130212
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.
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.