From 349cfa7acb95abe865209a28e417ec74b56f9bba Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Tue, 21 Feb 2012 15:53:40 +0100 Subject: Imported Upstream version 2.2.1 --- install-win32/openssl/README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 install-win32/openssl/README.txt (limited to 'install-win32/openssl/README.txt') diff --git a/install-win32/openssl/README.txt b/install-win32/openssl/README.txt new file mode 100644 index 0000000..6a042f4 --- /dev/null +++ b/install-win32/openssl/README.txt @@ -0,0 +1,21 @@ +Rebuild OpenSSL tarball without symbolic links, so +it can be extracted on Windows (run on Unix): + + [download tarball and .asc sig] + gpg --verify openssl-0.9.8k.tar.gz.asc + tar xfz openssl-0.9.8k.tar.gz + tar cfzh openssl-0.9.8k-nolinks.tar.gz openssl-0.9.8k + +To apply patch (in MSYS shell): + + cd /c/src/openssl-0.9.8k + patch -p1 <../21/install-win32/openssl/openssl098.patch + +To build OpenSSL, open a command prompt window, then: + + cd \src\openssl-0.9.8k + ms\mw + +To build a new patch (optional): + + diff -urw openssl-0.9.8k.orig openssl-0.9.8k | grep -v '^Only in' >openssl098.patch -- cgit v1.2.3