diff options
| author | Steven Fackler <[email protected]> | 2016-08-09 21:58:48 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-08-09 22:02:49 -0700 |
| commit | 0854632ff5c5c340e3300951dd06a767a16b11db (patch) | |
| tree | 14f59dd5701032070c1f17c3c5eab43d8e72a67e /openssl/test/run.sh | |
| parent | Remove rust_SSL_clone (diff) | |
| download | rust-openssl-0854632ff5c5c340e3300951dd06a767a16b11db.tar.xz rust-openssl-0854632ff5c5c340e3300951dd06a767a16b11db.zip | |
Make c_helpers optional
Diffstat (limited to 'openssl/test/run.sh')
| -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 cbd46cc6..9f833e65 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 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 x509_clone ssl_context_clone" fi if [ "$TRAVIS_OS_NAME" != "osx" ]; then |