Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Update new OpenSSL URL in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: manju956 <[email protected]>
  • Loading branch information
manju956 authored and manojgop committed Apr 3, 2020
1 parent 54ced7b commit 23e19c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PREREQUISITES.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ These steps detail installing OpenSSL to the `~/openssl/install` directory.
```bash
mkdir -p ~/openssl/install
cd ~/openssl
wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1d.tar.gz
tar -xzf openssl-1.1.1d.tar.gz
cd openssl-1.1.1d/
./Configure --prefix=$PWD/../install
Expand Down

0 comments on commit 23e19c9

Please sign in to comment.