diff options
| author | Steven Fackler <[email protected]> | 2016-10-13 19:06:53 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-10-13 19:06:53 -0700 |
| commit | b610e01793f31836bb5e56b655a3bbae498649d6 (patch) | |
| tree | 16526c6cefd43297a06ea76a9bab148c0c005d9a /openssl/test | |
| parent | Tweak some comments in Cargo.toml (diff) | |
| download | rust-openssl-b610e01793f31836bb5e56b655a3bbae498649d6.tar.xz rust-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-x | openssl/test/run.sh | 2 |
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 |