projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da40f0
)
fix shell syntax PR#3216
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 10 Jan 2014 23:03:47 +0000
(23:03 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 10 Jan 2014 23:04:40 +0000
(23:04 +0000)
(cherry picked from commit
080ae6843299c873808c04487d4ccf51624fe618
)
test/testssl
patch
|
blob
|
history
diff --git
a/test/testssl
b/test/testssl
index 4c7584a95c2cdd8a31a53f01c91b7916fe0d8ed4..11362bf032c6876030a5fc8bfc71ade2a42b8862 100644
(file)
--- a/
test/testssl
+++ b/
test/testssl
@@
-125,7
+125,7
@@
for protocol in SSLv3; do
for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
echo "Testing $cipher"
prot=""
- if [ $protocol =
=
"SSLv3" ] ; then
+ if [ $protocol = "SSLv3" ] ; then
prot="-ssl3"
fi
$ssltest -cipher $cipher $prot