summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/suite/testcompat-main-openssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testcompat-main-openssl b/tests/suite/testcompat-main-openssl
index 8549c0300c..2ebf46a231 100755
--- a/tests/suite/testcompat-main-openssl
+++ b/tests/suite/testcompat-main-openssl
@@ -89,7 +89,7 @@ run_client_suite() {
PREFIX="$(echo $ADD|sed 's/://g'): "
fi
- if test "${HAVE_SSL3}" != 1 && test "{ENABLE_SSL3}" = 1; then
+ if test "${HAVE_SSL3}" != 1 && test "${ENABLE_SSL3}" = 1; then
# It seems debian disabled SSL 3.0 completely on openssl
eval "${GETPORT}"
@@ -436,7 +436,7 @@ run_server_suite() {
PREFIX="$(echo $ADD|sed 's/://g'): "
fi
- if test "${HAVE_SSL3}" != 1 && test "{ENABLE_SSL3}" = 1; then
+ if test "${HAVE_SSL3}" != 1 && test "${ENABLE_SSL3}" = 1; then
echo "${PREFIX}Check SSL 3.0 with RSA ciphersuite"
eval "${GETPORT}"