diff options
| author | Steven Fackler <[email protected]> | 2016-03-01 11:05:41 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-03-01 11:05:41 -0800 |
| commit | 2fe3e48487843dc55bb70b252aefd02459cd273a (patch) | |
| tree | 3e1097307a9033e9cc616e91f51f2882ad332c2a /openssl | |
| parent | Update source URL for new OpenSSL release (diff) | |
| download | rust-openssl-2fe3e48487843dc55bb70b252aefd02459cd273a.tar.xz rust-openssl-2fe3e48487843dc55bb70b252aefd02459cd273a.zip | |
Stop testing sslv2 feature on Travis
OpenSSL removed support for this entirely in the most recent release.
Diffstat (limited to 'openssl')
| -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 63b2b57c..829f11e9 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -4,7 +4,7 @@ set -e MAIN_TARGETS=https://static.rust-lang.org/dist if [ "$TEST_FEATURES" == "true" ]; then - FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac" + FEATURES="tlsv1_2 tlsv1_1 dtlsv1 dtlsv1_2 sslv3 aes_xts aes_ctr npn alpn rfc5114 ecdh_auto pkcs5_pbkdf2_hmac" fi if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then |