aboutsummaryrefslogtreecommitdiff
path: root/openssl/test
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/test')
-rwxr-xr-xopenssl/test/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh
index cd422db7..4d3397a6 100755
--- a/openssl/test/run.sh
+++ b/openssl/test/run.sh
@@ -3,10 +3,10 @@ set -e
case "$BUILD_OPENSSL_VERSION" in
1.0.2*)
- FEATURES="openssl-102"
+ FEATURES="v102"
;;
1.1.0*)
- FEATURES="openssl-110"
+ FEATURES="v110"
;;
esac