diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2012-09-06 04:11:08 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2012-09-06 04:11:08 +0000 |
commit | 4482eb83f1b4765c7447d38b042a9bf0537907fb (patch) | |
tree | 650b8a2e66ed55f3d48a5ededbe6c988f9a0f684 /regress/usr.bin | |
parent | 2ce360584f36580e5c04ed1e2dbb4021583822bf (diff) |
Restore missing space.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/ssh/try-ciphers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh index 558924fced1..feb35d3eb78 100644 --- a/regress/usr.bin/ssh/try-ciphers.sh +++ b/regress/usr.bin/ssh/try-ciphers.sh @@ -1,4 +1,4 @@ -# $OpenBSD: try-ciphers.sh,v 1.13 2012/06/28 05:07:45 dtucker Exp $ +# $OpenBSD: try-ciphers.sh,v 1.14 2012/09/06 04:11:07 dtucker Exp $ # Placed in the Public Domain. tid="try ciphers" @@ -8,7 +8,7 @@ ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se aes128-ctr aes192-ctr aes256-ctr" macs="hmac-sha1 hmac-md5 umac-64@openssh.com hmac-sha1-96 hmac-md5-96 - hmac-sha2-256hmac-sha2-512" + hmac-sha2-256 hmac-sha2-512" for c in $ciphers; do for m in $macs; do |