diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2012-02-21 15:53:40 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2012-02-21 15:53:40 +0100 |
commit | 349cfa7acb95abe865209a28e417ec74b56f9bba (patch) | |
tree | ad65334821b587c4ecdd461be84c94305ffdb888 /install-win32/openssl/README.txt |
Imported Upstream version 2.2.1upstream/2.2.1
Diffstat (limited to 'install-win32/openssl/README.txt')
-rw-r--r-- | install-win32/openssl/README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
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 |