diff --git a/Building-Win32-OpenSSH-on-Linux.md b/Building-Win32-OpenSSH-on-Linux.md index d6c26e6..122b299 100644 --- a/Building-Win32-OpenSSH-on-Linux.md +++ b/Building-Win32-OpenSSH-on-Linux.md @@ -36,15 +36,15 @@ **Download OpenSSL** -`# wget https://www.openssl.org/source/openssl-1.0.2e.tar.gz` +`# wget https://www.openssl.org/source/openssl-1.0.2f.tar.gz` **Unzip OpenSSL** -`# tar -zxvf openssl-1.0.2e.tar.gz` +`# tar -zxvf openssl-1.0.2f.tar.gz` **Build and Install OpenSSL** -`# cd openssl-1.0.2e` +`# cd openssl-1.0.2f` `# ./config`