aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-02-16 08:55:31 -0800
committerSteven Fackler <[email protected]>2017-02-16 08:55:31 -0800
commite18d000f32f928dcd3dc6abbbaf83150f0eaf272 (patch)
treee0a56d4c6dc2c29aff7d673c73e82666e489dc9e /README.md
parentDe-quote README line (diff)
downloadrust-openssl-e18d000f32f928dcd3dc6abbbaf83150f0eaf272.tar.xz
rust-openssl-e18d000f32f928dcd3dc6abbbaf83150f0eaf272.zip
Update 1.1.0 version
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cb78fa3d..cb943cc0 100644
--- a/README.md
+++ b/README.md
@@ -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.0c.tar.gz
-tar xf openssl-1.1.0c.tar.gz
-cd openssl-1.1.0c
+curl -O https://www.openssl.org/source/openssl-1.1.0e.tar.gz
+tar xf openssl-1.1.0e.tar.gz
+cd openssl-1.1.0e
export CC=...
./Configure --prefix=... linux-x86_64 -fPIC
make -j$(nproc)