diff options
| author | Steven Fackler <[email protected]> | 2017-07-16 14:44:04 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-16 14:51:43 -0700 |
| commit | 5e0146b10aa9fdf04aafb9602771f3edda26de28 (patch) | |
| tree | 1061fab43513da3e275efafd30179f71e41993eb /openssl-sys | |
| parent | Remove unused import (diff) | |
| download | rust-openssl-5e0146b10aa9fdf04aafb9602771f3edda26de28.tar.xz rust-openssl-5e0146b10aa9fdf04aafb9602771f3edda26de28.zip | |
Test against libressl 2.6.0
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/build.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/build.rs b/openssl-sys/build.rs index 68d3e0d0..41f2329f 100644 --- a/openssl-sys/build.rs +++ b/openssl-sys/build.rs @@ -407,8 +407,8 @@ See rust-openssl README for more information: " This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL -2.5.0, 2.5.1, 2.5.2, 2.5.3, and 2.5.4, but a different version of OpenSSL was -found. The build is now aborting due to this version mismatch. +2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now +aborting due to this version mismatch. " ); |