diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 12:39:57 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 12:39:57 +0200 |
commit | dd669173f93ea8c8397e0af758eaf13ab4f1c591 (patch) | |
tree | f6d80cbf67982bd78502a423307d5496efc21e77 /regress/try-ciphers.sh | |
parent | - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by (diff) | |
download | openssh-dd669173f93ea8c8397e0af758eaf13ab4f1c591.tar.xz openssh-dd669173f93ea8c8397e0af758eaf13ab4f1c591.zip |
- dtucker@cvs.openbsd.org 2013/05/17 10:16:26
[regress/try-ciphers.sh]
use expr for math to keep diffs vs portable down
(id sync only)
Diffstat (limited to '')
-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 084a1457a..e17c9f5e9 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh @@ -1,4 +1,4 @@ -# $OpenBSD: try-ciphers.sh,v 1.19 2013/02/11 23:58:51 djm Exp $ +# $OpenBSD: try-ciphers.sh,v 1.20 2013/05/17 10:16:26 dtucker Exp $ # Placed in the Public Domain. tid="try ciphers" |