From 70a4eef049bf9cad691073a2bca2bd8536719497 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 25 Jan 2018 15:46:46 -0800 Subject: [PATCH] Update version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b80170b..7dfa1ae6 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,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.0f.tar.gz -tar xf openssl-1.1.0f.tar.gz -cd openssl-1.1.0f +curl -O https://www.openssl.org/source/openssl-1.1.0g.tar.gz +tar xf openssl-1.1.0g.tar.gz +cd openssl-1.1.0g export CC=... ./Configure --prefix=... linux-x86_64 -fPIC make -j$(nproc)