diff options
| author | Steven Fackler <[email protected]> | 2016-11-11 16:44:19 +0000 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-11 16:45:22 +0000 |
| commit | 0d2d4865e5d98dcc19968b8428a7aee2a747091a (patch) | |
| tree | 48340e6d5f6e82ac420f38ba8b11d4e1c39415ab /README.md | |
| parent | Don't test 32 bit osx openssl install (diff) | |
| download | rust-openssl-0.9.1.tar.xz rust-openssl-0.9.1.zip | |
Release v0.9.1v0.9.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ [](https://travis-ci.org/sfackler/rust-openssl) -[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.9.0/openssl). +[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.9.1/openssl). ## Warning @@ -37,9 +37,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from source. That can normally be done with: ``` -curl -O https://www.openssl.org/source/openssl-1.1.0b.tar.gz -tar xf openssl-1.1.0b.tar.gz -cd openssl-1.1.0b +curl -O https://www.openssl.org/source/openssl-1.1.0c.tar.gz +tar xf openssl-1.1.0c.tar.gz +cd openssl-1.1.0c export CC=... ./Configure --prefix=... linux-x86_64 -fPIC make -j$(nproc) |