summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@palantir.com>2016-11-11 16:44:19 +0000
committerSteven Fackler <sfackler@palantir.com>2016-11-11 16:45:22 +0000
commit0d2d4865e5d98dcc19968b8428a7aee2a747091a (patch)
tree48340e6d5f6e82ac420f38ba8b11d4e1c39415ab /README.md
parent95ae05c8a1f3903dbc4e9998618e5a966defdc78 (diff)
downloadrust-openssl-0d2d4865e5d98dcc19968b8428a7aee2a747091a.zip
Release v0.9.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0b49534c..e297fcf9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](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)