summaryrefslogtreecommitdiff
path: root/install-win32/openssl/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'install-win32/openssl/README.txt')
-rw-r--r--install-win32/openssl/README.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/install-win32/openssl/README.txt b/install-win32/openssl/README.txt
deleted file mode 100644
index 6a042f4..0000000
--- a/install-win32/openssl/README.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-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