Skip to content
Snippets Groups Projects
Commit 811be8da authored by Steven Fackler's avatar Steven Fackler
Browse files

Update version in README

parent d401a5aa
Branches
Tags
No related merge requests found
...@@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from ...@@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from
source. That can normally be done with: source. That can normally be done with:
``` ```
curl -O https://www.openssl.org/source/openssl-1.1.0e.tar.gz curl -O https://www.openssl.org/source/openssl-1.1.0f.tar.gz
tar xf openssl-1.1.0e.tar.gz tar xf openssl-1.1.0f.tar.gz
cd openssl-1.1.0e cd openssl-1.1.0f
export CC=... export CC=...
./Configure --prefix=... linux-x86_64 -fPIC ./Configure --prefix=... linux-x86_64 -fPIC
make -j$(nproc) make -j$(nproc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment