Skip to content

Commit

Permalink
Remove mentions of openssl < 0.8 not being supported
Browse files Browse the repository at this point in the history
Installed Rust versions only support openssl >= 0.5.5
  • Loading branch information
jedisct1 committed Jan 13, 2017
1 parent 6e19440 commit fda03ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ where libc was extracted.
to modify its "source", the build will fail. Well behaved crates should only
ever write to `$OUT_DIR` and never modify `$CARGO_MANIFEST_DIR` though.

- Versions `0.7.*` and older of the `openssl` crate are NOT supported. `cross`
supports `openssl` via the `OPENSSL_INCLUDE_DIR` and `OPENSSL_LIB_DIR`
environment variables, that have been introduced in `0.8.*`. There's no work
around, other than bumping the `openssl` dependency of the crates you are
using.

## License

Licensed under either of
Expand Down

0 comments on commit fda03ba

Please sign in to comment.