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:
6c6f6c4
)
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:03:47 +0000
(23:03 +0000)
test/testssl
patch
|
blob
|
history
diff --git
a/test/testssl
b/test/testssl
index 04341e921c5ab510c6d3a7ceacda0fa00953109f..1497d298815655a3cbc5e47ae5429ddd9de86431 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