summaryrefslogtreecommitdiff
path: root/regress/cipher-speed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cipher-speed.sh')
-rw-r--r--regress/cipher-speed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/cipher-speed.sh b/regress/cipher-speed.sh
index 114191b89..21bf0f2e9 100644
--- a/regress/cipher-speed.sh
+++ b/regress/cipher-speed.sh
@@ -40,7 +40,7 @@ for c in $ciphers; do n=0; for m in $macs; do
40 case $c in 40 case $c in
41 aes*-gcm@openssh.com) test $n -gt 0 && break;; 41 aes*-gcm@openssh.com) test $n -gt 0 && break;;
42 esac 42 esac
43 n=$(($n + 1)) 43 n=`expr $n + 1`
44done; done 44done; done
45 45
46ciphers="3des blowfish" 46ciphers="3des blowfish"