summaryrefslogtreecommitdiff
path: root/openssl/test
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2016-10-13 19:06:53 -0700
committerSteven Fackler <sfackler@gmail.com>2016-10-13 19:06:53 -0700
commitb610e01793f31836bb5e56b655a3bbae498649d6 (patch)
tree16526c6cefd43297a06ea76a9bab148c0c005d9a /openssl/test
parentce4d233d38db0e855397e7c6defd194ea8d5c686 (diff)
downloadrust-openssl-b610e01793f31836bb5e56b655a3bbae498649d6.zip
Flag off dtls and mask ssl_ops
Also un-feature gate npn as it ships with 1.0.1
Diffstat (limited to 'openssl/test')
-rwxr-xr-xopenssl/test/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh
index eed7ebac..cecf3c52 100755
--- a/openssl/test/run.sh
+++ b/openssl/test/run.sh
@@ -2,7 +2,7 @@
set -e
if [ "$BUILD_OPENSSL_VERSION" != "" ]; then
- FEATURES="aes_xts aes_ctr npn alpn rfc5114 ecdh_auto"
+ FEATURES="aes_xts aes_ctr alpn rfc5114 ecdh_auto openssl-102"
fi
if [ -d "$HOME/openssl/lib" ]; then