From 0d2d4865e5d98dcc19968b8428a7aee2a747091a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 11 Nov 2016 16:44:19 +0000 Subject: Release v0.9.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3