diff options
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. " ); |