aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-16 14:56:08 -0700
committerGitHub <[email protected]>2017-07-16 14:56:08 -0700
commit455c2f91872fdfb3d9c09c9baa6c04102a3e7518 (patch)
tree1061fab43513da3e275efafd30179f71e41993eb /openssl-sys
parentRemove unused import (diff)
parentTest against libressl 2.6.0 (diff)
downloadrust-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.rs4
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.
"
);