summaryrefslogtreecommitdiff
path: root/tests/suite/testcompat-openssl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/testcompat-openssl.sh')
-rwxr-xr-xtests/suite/testcompat-openssl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testcompat-openssl.sh b/tests/suite/testcompat-openssl.sh
index cec0c7161e..216047087d 100755
--- a/tests/suite/testcompat-openssl.sh
+++ b/tests/suite/testcompat-openssl.sh
@@ -44,9 +44,9 @@ fi
/usr/bin/openssl version|grep fips >/dev/null 2>&1
if test $? = 0 || test "${ENABLE_NON_SUITEB_CURVES}" != "1"; then
- export FIPS=1
+ export FIPS_CURVES=1
else
- export FIPS=0
+ export FIPS_CURVES=0
fi
export TZ="UTC"