diff options
Diffstat (limited to 'regress/try-ciphers.sh')
-rw-r--r-- | regress/try-ciphers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index 87ec7497a..084a1457a 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh | |||
@@ -32,7 +32,7 @@ for c in $ciphers; do | |||
32 | case $c in | 32 | case $c in |
33 | aes*-gcm@openssh.com) test $n -gt 0 && break;; | 33 | aes*-gcm@openssh.com) test $n -gt 0 && break;; |
34 | esac | 34 | esac |
35 | n=$(($n + 1)) | 35 | n=`expr $n + 1` |
36 | done | 36 | done |
37 | done | 37 | done |
38 | 38 | ||