summaryrefslogtreecommitdiff
path: root/tests/suite/testcompat-main-openssl
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-31 12:13:20 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-31 14:51:09 +0100
commitc779cad809b843794cdd1427187c67f69ab53f64 (patch)
tree56ebea8147a95cf8dafa63206a7a95868dcd3af0 /tests/suite/testcompat-main-openssl
parentc0f32cf3c434dc473fa021450dd3f17d5bd8e84f (diff)
downloadgnutls-c779cad809b843794cdd1427187c67f69ab53f64.tar.gz
tests: corrected type in openssl compat tests
Diffstat (limited to 'tests/suite/testcompat-main-openssl')
-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}"