From 8d06f03f0b210b776d2aea0d1bd6ae8b96ff1400 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 12 Feb 2015 10:50:52 +0100 Subject: [PATCH] Update Readme.md --- openssl-bins/openssl-1.0.2-vanilla/Readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openssl-bins/openssl-1.0.2-vanilla/Readme.md b/openssl-bins/openssl-1.0.2-vanilla/Readme.md index a634bc2..e9649b4 100644 --- a/openssl-bins/openssl-1.0.2-vanilla/Readme.md +++ b/openssl-bins/openssl-1.0.2-vanilla/Readme.md @@ -33,9 +33,11 @@ If you want to compile OpenSSL yourself, here are the instructions: 1.) get openssl: - git clone https://github.com/openssl/openssl - cd openssl - git checkout OpenSSL_1_0_2-stable + wget https://www.openssl.org/source/openssl-1.0.2.tar.gz + wget https://www.openssl.org/source/openssl-1.0.2.tar.gz.asc + gpg --verify openssl-1.0.2.tar.gz.asc || echo "STOP!" + tar xzf openssl-1.0.2.tar.gz + cd openssl-1.0.2 2.) patch it, see https://github.com/drwetter/testssl.sh/blob/master/openssl-bins/openssl-1.0.2-beta1/vanilla.patch