diff options
| author | Steven Fackler <[email protected]> | 2017-07-16 14:56:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-16 14:56:08 -0700 |
| commit | 455c2f91872fdfb3d9c09c9baa6c04102a3e7518 (patch) | |
| tree | 1061fab43513da3e275efafd30179f71e41993eb /openssl-sys | |
| parent | Remove unused import (diff) | |
| parent | Test against libressl 2.6.0 (diff) | |
| download | rust-openssl-455c2f91872fdfb3d9c09c9baa6c04102a3e7518.tar.xz rust-openssl-455c2f91872fdfb3d9c09c9baa6c04102a3e7518.zip | |
Merge pull request #664 from sfackler/libressl-260
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. " ); |