Skip to content

Commit 811be8d

Browse files
committed
Update version in README
1 parent d401a5a commit 811be8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ compiling to a separate target, you'll typically need to compile OpenSSL from
3939
source. That can normally be done with:
4040

4141
```
42-
curl -O https://www.openssl.org/source/openssl-1.1.0e.tar.gz
43-
tar xf openssl-1.1.0e.tar.gz
44-
cd openssl-1.1.0e
42+
curl -O https://www.openssl.org/source/openssl-1.1.0f.tar.gz
43+
tar xf openssl-1.1.0f.tar.gz
44+
cd openssl-1.1.0f
4545
export CC=...
4646
./Configure --prefix=... linux-x86_64 -fPIC
4747
make -j$(nproc)

0 commit comments

Comments
 (0)